Show / Hide Table of Contents

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 Source

IsDefault

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.