StreamingEndpointAccessControl Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StreamingEndpointAccessControl() |
Initializes a new instance of the StreamingEndpointAccessControl class. |
StreamingEndpointAccessControl(AkamaiAccessControl, IPAccessControl) |
Initializes a new instance of the StreamingEndpointAccessControl class. |
StreamingEndpointAccessControl()
Initializes a new instance of the StreamingEndpointAccessControl class.
public StreamingEndpointAccessControl ();
Public Sub New ()
Applies to
StreamingEndpointAccessControl(AkamaiAccessControl, IPAccessControl)
Initializes a new instance of the StreamingEndpointAccessControl class.
public StreamingEndpointAccessControl (Microsoft.Azure.Management.Media.Models.AkamaiAccessControl akamai = default, Microsoft.Azure.Management.Media.Models.IPAccessControl ip = default);
new Microsoft.Azure.Management.Media.Models.StreamingEndpointAccessControl : Microsoft.Azure.Management.Media.Models.AkamaiAccessControl * Microsoft.Azure.Management.Media.Models.IPAccessControl -> Microsoft.Azure.Management.Media.Models.StreamingEndpointAccessControl
Public Sub New (Optional akamai As AkamaiAccessControl = Nothing, Optional ip As IPAccessControl = Nothing)
Parameters
- akamai
- AkamaiAccessControl
The access control of Akamai
The IP access control of the streaming endpoint.
Applies to
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 .NET