StreamingPolicyContentKeys Class
Class to specify properties of all content keys in Streaming Policy.
- Inheritance
-
azure.mgmt.media._serialization.ModelStreamingPolicyContentKeys
Constructor
StreamingPolicyContentKeys(*, default_key: _models.DefaultKey | None = None, key_to_track_mappings: List[_models.StreamingPolicyContentKey] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
default_key
|
Default content key for an encryption scheme. |
key_to_track_mappings
|
Representing tracks needs separate content key. |
Variables
Name | Description |
---|---|
default_key
|
Default content key for an encryption scheme. |
key_to_track_mappings
|
Representing tracks needs separate content key. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python