Class LabState
Inherited Members
Namespace: Pulumi.Azure.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LabState : ResourceArgs
Constructors
View SourceLabState()
Declaration
public LabState()
Properties
View SourceArtifactsStorageAccountId
The ID of the Storage Account used for Artifact Storage.
Declaration
public Input<string> ArtifactsStorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultPremiumStorageAccountId
The ID of the Default Premium Storage Account for this Dev Test Lab.
Declaration
public Input<string> DefaultPremiumStorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultStorageAccountId
The ID of the Default Storage Account for this Dev Test Lab.
Declaration
public Input<string> DefaultStorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyVaultId
The ID of the Key used for this Dev Test Lab.
Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the Dev Test Lab should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Dev Test Lab. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PremiumDataDiskStorageAccountId
The ID of the Storage Account used for Storage of Premium Data Disk.
Declaration
public Input<string> PremiumDataDiskStorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group under which the Dev Test Lab resource has to be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageType
The type of storage used by the Dev Test Lab. Possible values are Standard and Premium. Defaults to Premium. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
UniqueIdentifier
The unique immutable identifier of the Dev Test Lab.
Declaration
public Input<string> UniqueIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |