Class ShareDirectoryState
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 ShareDirectoryState : ResourceArgs
Constructors
View SourceShareDirectoryState()
Declaration
public ShareDirectoryState()
Properties
View SourceMetadata
A mapping of metadata to assign to this Directory.
Declaration
public InputMap<string> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Name
The name (or path) of the Directory that should be created within this File Share. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ShareName
The name of the File Share where this Directory should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ShareName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountName
The name of the Storage Account within which the File Share is located. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |