FileShareItem Class

The file share properties be listed out.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage.v2019_04_01.models._models_py3.AzureEntityResource
FileShareItem

Constructor

FileShareItem(*, metadata: Optional[Dict[str, str]] = None, share_quota: Optional[int] = None, **kwargs)

Variables

id
str

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

etag
str

Resource Etag.

last_modified_time
datetime

Returns the date and time the share was last modified.

metadata
dict[str, str]

A name-value pair to associate with the share as metadata.

share_quota
int

The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120).