Account Class
An account data transfer object.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datashare.models._models_py3.DefaultDtoAccount
Constructor
Account(*, identity: azure.mgmt.datashare.models._models_py3.Identity, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
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 account was created.
- provisioning_state
- str or ProvisioningState
Provisioning state of the Account. 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.
Feedback
Submit and view feedback for