ListContentKeysResponse Class
Class of response for listContentKeys action.
Constructor
ListContentKeysResponse(*, content_keys: List[_models.StreamingLocatorContentKey] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
content_keys
|
ContentKeys used by current Streaming Locator. |
Variables
Name | Description |
---|---|
content_keys
|
ContentKeys used by current Streaming Locator. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python