Class GetLabResult
Inheritance
System.Object
GetLabResult
Inherited Members
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 GetLabResult
Fields
View SourceArtifactsStorageAccountId
The ID of the Storage Account used for Artifact Storage.
Declaration
public readonly string ArtifactsStorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultPremiumStorageAccountId
The ID of the Default Premium Storage Account for this Dev Test Lab.
Declaration
public readonly string DefaultPremiumStorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultStorageAccountId
The ID of the Default Storage Account for this Dev Test Lab.
Declaration
public readonly string DefaultStorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyVaultId
The ID of the Key used for this Dev Test Lab.
Declaration
public readonly string KeyVaultId
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure location where the Dev Test Lab exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PremiumDataDiskStorageAccountId
The ID of the Storage Account used for Storage of Premium Data Disk.
Declaration
public readonly string PremiumDataDiskStorageAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
StorageType
The type of storage used by the Dev Test Lab.
Declaration
public readonly string StorageType
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
UniqueIdentifier
The unique immutable identifier of the Dev Test Lab.
Declaration
public readonly string UniqueIdentifier
Field Value
| Type | Description |
|---|---|
| System.String |