Show / Hide Table of Contents

Class SparkClusterStorageAccountGen2GetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SparkClusterStorageAccountGen2GetArgs
Inherited Members
ResourceArgs.Empty
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 SparkClusterStorageAccountGen2GetArgs : ResourceArgs

Constructors

View Source

SparkClusterStorageAccountGen2GetArgs()

Declaration
public SparkClusterStorageAccountGen2GetArgs()

Properties

View Source

FilesystemId

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

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

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

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