Share Class

A share data transfer object.

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

Inheritance
azure.mgmt.datashare.models._models_py3.ProxyDto
Share

Constructor

Share(*, description: Optional[str] = None, share_kind: Optional[Union[str, azure.mgmt.datashare.models._data_share_management_client_enums.ShareKind]] = None, terms: Optional[str] = None, **kwargs)

Parameters

description
str
Required

Share description.

share_kind
str or ShareKind
Required

Share kind. Possible values include: "CopyBased", "InPlace".

terms
str
Required

Share terms.

Variables

id
str

The resource id of the azure resource.

name
str

Name of the azure resource.

system_data
SystemData

System Data of the Azure resource.

type
str

Type of the azure resource.

created_at
datetime

Time at which the share was created.

provisioning_state
str or ProvisioningState

Gets or sets the provisioning state. Possible values include: "Succeeded", "Creating", "Deleting", "Moving", "Failed".

user_email
str

Email of the user who created the resource.

user_name
str

Name of the user who created the resource.