Show / Hide Table of Contents

Class LabState

Inheritance
System.Object
InputArgs
ResourceArgs
LabState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevTest
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LabState : ResourceArgs

Constructors

View Source

LabState()

Declaration
public LabState()

Properties

View Source

ArtifactsStorageAccountId

The ID of the Storage Account used for Artifact Storage.

Declaration
public Input<string> ArtifactsStorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

UniqueIdentifier

The unique immutable identifier of the Dev Test Lab.

Declaration
public Input<string> UniqueIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.