FileShare
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The file share name |
accessTier | 'TransactionOptimized' | 'Hot' | 'Cool' | 'Premium' | The access tier of the share | |
enabledProtocol | 'Smb' | 'Nfs' | The protocol to enable on the share. Defaults to 'Smb', and can only be set when the share is created. | |
eTag | string | Read-only | The share ETag |
lastModified | string | Read-only | When the share was last modified |
metadata | Dictionary<string, String> | Name/value pairs to associate with the share | |
quota | int | The maximum size of the share, in GiB | |
url | string | Read-only | The share URL |
Dictionary<string, String>
Additional properties of type string are allowed.