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