Show / Hide Table of Contents

Class HadoopClusterStorageAccountGen2

Inheritance
System.Object
HadoopClusterStorageAccountGen2
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.HDInsight.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HadoopClusterStorageAccountGen2

Fields

View Source

FilesystemId

The ID of the Gen2 Filesystem. Changing this forces a new resource to be created.

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

IsDefault

Is this the Default Storage Account for the HDInsight Hadoop Cluster? Changing this forces a new resource to be created.

Declaration
public readonly bool IsDefault
Field Value
Type Description
System.Boolean
View Source

ManagedIdentityResourceId

The ID of Managed Identity to use for accessing the Gen2 filesystem. Changing this forces a new resource to be created.

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

StorageResourceId

The ID of the Storage Account. Changing this forces a new resource to be created.

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