MediaService Class

A Media Services account.

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.media.models._models_py3.TrackedResource
MediaService

Constructor

MediaService(*, location: str, 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.

location
str

The geo-location where the resource lives. Required.

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

tags

Resource tags.

location
str

The geo-location where the resource lives. Required.

system_data

The system metadata relating to this resource.

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.