Class LiveEventPreviewAccessControl

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

public final class LiveEventPreviewAccessControl extends Object
The IP access control for the live event preview endpoint.
  • Constructor Details

    • LiveEventPreviewAccessControl

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

    • ip

      public IpAccessControl ip()
      Get the ip property: The IP access control properties.
      Returns:
      the ip value.
    • withIp

      Set the ip property: The IP access control properties.
      Parameters:
      ip - the ip value to set.
      Returns:
      the LiveEventPreviewAccessControl object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.