Class StreamingEndpointAccessControl

java.lang.Object
com.azure.resourcemanager.mediaservices.models.StreamingEndpointAccessControl

public final class StreamingEndpointAccessControl extends Object
Streaming endpoint access control definition.
  • Constructor Details

    • StreamingEndpointAccessControl

      public StreamingEndpointAccessControl()
      Creates an instance of StreamingEndpointAccessControl class.
  • Method Details

    • akamai

      public AkamaiAccessControl 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

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