Class HBaseClusterStorageAccountArgs
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 HBaseClusterStorageAccountArgs : ResourceArgs
Constructors
View SourceHBaseClusterStorageAccountArgs()
Declaration
public HBaseClusterStorageAccountArgs()
Properties
View SourceIsDefault
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> |
StorageAccountKey
The Access Key which should be used to connect to the Storage Account. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageAccountKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageContainerId
The ID of the Storage Container. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |