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.