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. |
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