StreamingEndpointAccessControl Class
Streaming endpoint access control definition.
- Inheritance
-
azure.mgmt.media._serialization.ModelStreamingEndpointAccessControl
Constructor
StreamingEndpointAccessControl(*, akamai: _models.AkamaiAccessControl | None = None, ip: _models.IPAccessControl | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
akamai
|
The access control of Akamai. |
ip
|
The IP access control of the streaming endpoint. |
Variables
Name | Description |
---|---|
akamai
|
The access control of Akamai. |
ip
|
The IP access control of the streaming endpoint. |
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