Asset Class
An Asset.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.media.models._models_py3.ProxyResourceAsset
Constructor
Asset(*, alternate_id: str | None = None, description: str | None = None, container: str | None = None, storage_account_name: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
alternate_id
|
The alternate ID of the Asset. |
description
|
The Asset description. |
container
|
The name of the asset blob container. |
storage_account_name
|
The name of the storage account. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
The system metadata relating to this resource. |
asset_id
|
The Asset ID. |
created
|
The creation date of the Asset. |
last_modified
|
The last modified date of the Asset. |
alternate_id
|
The alternate ID of the Asset. |
description
|
The Asset description. |
container
|
The name of the asset blob container. |
storage_account_name
|
The name of the storage account. |
storage_encryption_format
|
The Asset encryption format. One of None or MediaStorageEncryption. Known values are: "None" and "MediaStorageClientEncryption". |
Azure SDK for Python