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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python