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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python