
com.pulumi.azurenative.labservices.inputs.GetGlobalUserEnvironmentArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.labservices.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetGlobalUserEnvironmentArgs extends com.pulumi.resources.InvokeArgs {
public static final GetGlobalUserEnvironmentArgs Empty = new GetGlobalUserEnvironmentArgs();
/**
* The resourceId of the environment
*
*/
@Import(name="environmentId", required=true)
private Output environmentId;
/**
* @return The resourceId of the environment
*
*/
public Output environmentId() {
return this.environmentId;
}
/**
* Specify the $expand query. Example: 'properties($expand=environment)'
*
*/
@Import(name="expand")
private @Nullable Output expand;
/**
* @return Specify the $expand query. Example: 'properties($expand=environment)'
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy