Class DataLakeGen2FilesystemArgs
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.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DataLakeGen2FilesystemArgs : ResourceArgs
Constructors
View SourceDataLakeGen2FilesystemArgs()
Declaration
public DataLakeGen2FilesystemArgs()
Properties
View SourceName
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> |
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> |
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> |