Class StreamingEndpointAccessControl
java.lang.Object
com.azure.resourcemanager.mediaservices.models.StreamingEndpointAccessControl
Streaming endpoint access control definition.
-
Constructor Summary
ConstructorDescriptionCreates an instance of StreamingEndpointAccessControl class. -
Method Summary
Modifier and TypeMethodDescriptionakamai()
Get the akamai property: The access control of Akamai.ip()
Get the ip property: The IP access control of the streaming endpoint.void
validate()
Validates the instance.withAkamai
(AkamaiAccessControl akamai) Set the akamai property: The access control of Akamai.Set the ip property: The IP access control of the streaming endpoint.
-
Constructor Details
-
StreamingEndpointAccessControl
public StreamingEndpointAccessControl()Creates an instance of StreamingEndpointAccessControl class.
-
-
Method Details
-
akamai
Get the akamai property: The access control of Akamai.- Returns:
- the akamai value.
-
withAkamai
Set the akamai property: The access control of Akamai.- Parameters:
akamai
- the akamai value to set.- Returns:
- the StreamingEndpointAccessControl object itself.
-
ip
Get the ip property: The IP access control of the streaming endpoint.- Returns:
- the ip value.
-
withIp
Set the ip property: The IP access control of the streaming endpoint.- Parameters:
ip
- the ip value to set.- Returns:
- the StreamingEndpointAccessControl object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-