Class HBaseClusterStorageAccountGen2GetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class HBaseClusterStorageAccountGen2GetArgs : ResourceArgs
Constructors
View SourceHBaseClusterStorageAccountGen2GetArgs()
Declaration
public HBaseClusterStorageAccountGen2GetArgs()
Properties
View SourceFilesystemId
The ID of the Gen2 Filesystem. Changing this forces a new resource to be created.
Declaration
public Input<string> FilesystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ManagedIdentityResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageResourceId
The ID of the Storage Account. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |