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 SourceFilesystemId
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 |
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 |
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 |
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 |