Environment Args
data class EnvironmentArgs(val environmentName: Output<String>? = null, val environmentSettingName: Output<String>? = null, val labAccountName: Output<String>? = null, val labName: Output<String>? = null, val location: Output<String>? = null, val provisioningState: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceSets: Output<ResourceSetArgs>? = null, val tags: Output<Map<String, String>>? = null, val uniqueIdentifier: Output<String>? = null) : ConvertibleToJava<EnvironmentArgs>
Represents an environment instance Uses Azure REST API version 2018-10-15. In version 1.x of the Azure Native provider, it used API version 2018-10-15.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:labservices:Environment myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/labs/{labName}/environmentsettings/{environmentSettingName}/environments/{environmentName}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(environmentName: Output<String>? = null, environmentSettingName: Output<String>? = null, labAccountName: Output<String>? = null, labName: Output<String>? = null, location: Output<String>? = null, provisioningState: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceSets: Output<ResourceSetArgs>? = null, tags: Output<Map<String, String>>? = null, uniqueIdentifier: Output<String>? = null)
Properties
Link copied to clipboard
The name of the environment.
Link copied to clipboard
The name of the environment Setting.
Link copied to clipboard
The name of the lab Account.
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The name of the resource group.
Link copied to clipboard
The set of a VM and the setting id it was created for
Link copied to clipboard
The unique immutable identifier of a resource (Guid).