MediaServiceUpdate Class

A Media Services account update.

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

Inheritance
azure.mgmt.media._serialization.Model
MediaServiceUpdate

Constructor

MediaServiceUpdate(*, tags: Dict[str, str] | None = None, identity: _models.MediaServiceIdentity | None = None, storage_accounts: List[_models.StorageAccount] | None = None, storage_authentication: str | _models.StorageAuthentication | None = None, encryption: _models.AccountEncryption | None = None, key_delivery: _models.KeyDelivery | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, **kwargs)

Keyword-Only Parameters

Name Description
tags

Resource tags.

identity

The Managed Identity for the Media Services account.

storage_accounts

The storage accounts for this resource.

storage_authentication

Known values are: "System" and "ManagedIdentity".

encryption

The account encryption properties.

key_delivery

The Key Delivery properties for Media Services account.

public_network_access

Whether or not public network access is allowed for resources under the Media Services account. Known values are: "Enabled" and "Disabled".

Variables

Name Description
tags

Resource tags.

identity

The Managed Identity for the Media Services account.

media_service_id
str

The Media Services account ID.

storage_accounts

The storage accounts for this resource.

storage_authentication

Known values are: "System" and "ManagedIdentity".

encryption

The account encryption properties.

key_delivery

The Key Delivery properties for Media Services account.

public_network_access

Whether or not public network access is allowed for resources under the Media Services account. Known values are: "Enabled" and "Disabled".

provisioning_state

Provisioning state of the Media Services account. Known values are: "Failed", "InProgress", and "Succeeded".

private_endpoint_connections

The Private Endpoint Connections created for the Media Service account.