Show / Hide Table of Contents

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 Source

ArtifactsStorageAccountId

The ID of the Storage Account used for Artifact Storage.

Declaration
public readonly string ArtifactsStorageAccountId
Field Value
Type Description
System.String
View Source

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

DefaultStorageAccountId

The ID of the Default Storage Account for this Dev Test Lab.

Declaration
public readonly string DefaultStorageAccountId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KeyVaultId

The ID of the Key used for this Dev Test Lab.

Declaration
public readonly string KeyVaultId
Field Value
Type Description
System.String
View Source

Location

The Azure location where the Dev Test Lab exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

StorageType

The type of storage used by the Dev Test Lab.

Declaration
public readonly string StorageType
Field Value
Type Description
System.String
View Source

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

UniqueIdentifier

The unique immutable identifier of the Dev Test Lab.

Declaration
public readonly string UniqueIdentifier
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.