Show / Hide Table of Contents

Class DataLakeGen2FilesystemState

Inheritance
System.Object
InputArgs
ResourceArgs
DataLakeGen2FilesystemState
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.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DataLakeGen2FilesystemState : ResourceArgs

Constructors

View Source

DataLakeGen2FilesystemState()

Declaration
public DataLakeGen2FilesystemState()

Properties

View Source

Name

The name of the Data Lake Gen2 File System which should be created within the Storage Account. Must be unique within the storage account the queue is located. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Properties

A mapping of Key to Base64-Encoded Values which should be assigned to this Data Lake Gen2 File System.

Declaration
public InputMap<string> Properties { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

StorageAccountId

Specifies the ID of the Storage Account in which the Data Lake Gen2 File System should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.