Class RServerClusterStorageAccount
Inheritance
System.Object
RServerClusterStorageAccount
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 RServerClusterStorageAccount
Fields
View SourceIsDefault
Is this the Default Storage Account for the HDInsight RServer Cluster? Changing this forces a new resource to be created.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| 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 readonly string StorageAccountKey
Field Value
| Type | Description |
|---|---|
| System.String |
StorageContainerId
The ID of the Storage Container. Changing this forces a new resource to be created.
Declaration
public readonly string StorageContainerId
Field Value
| Type | Description |
|---|---|
| System.String |