StreamingPolicy Class

A Streaming Policy resource.

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

Inheritance
azure.mgmt.media.models._models_py3.ProxyResource
StreamingPolicy

Constructor

StreamingPolicy(*, default_content_key_policy_name: str | None = None, envelope_encryption: _models.EnvelopeEncryption | None = None, common_encryption_cenc: _models.CommonEncryptionCenc | None = None, common_encryption_cbcs: _models.CommonEncryptionCbcs | None = None, no_encryption: _models.NoEncryption | None = None, **kwargs)

Keyword-Only Parameters

Name Description
default_content_key_policy_name
str

Default ContentKey used by current Streaming Policy.

envelope_encryption

Configuration of EnvelopeEncryption.

common_encryption_cenc

Configuration of CommonEncryptionCenc.

common_encryption_cbcs

Configuration of CommonEncryptionCbcs.

no_encryption

Configurations of NoEncryption.

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.

created

Creation time of Streaming Policy.

default_content_key_policy_name
str

Default ContentKey used by current Streaming Policy.

envelope_encryption

Configuration of EnvelopeEncryption.

common_encryption_cenc

Configuration of CommonEncryptionCenc.

common_encryption_cbcs

Configuration of CommonEncryptionCbcs.

no_encryption

Configurations of NoEncryption.