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.ProxyResource
Asset

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
str

The alternate ID of the Asset.

description
str

The Asset description.

container
str

The name of the asset blob container.

storage_account_name
str

The name of the storage account.

Variables

Name Description
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".

system_data

The system metadata relating to this resource.

asset_id
str

The Asset ID.

created

The creation date of the Asset.

last_modified

The last modified date of the Asset.

alternate_id
str

The alternate ID of the Asset.

description
str

The Asset description.

container
str

The name of the asset blob container.

storage_account_name
str

The name of the storage account.

storage_encryption_format

The Asset encryption format. One of None or MediaStorageEncryption. Known values are: "None" and "MediaStorageClientEncryption".