Class LiveEventInputAccessControl

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

public final class LiveEventInputAccessControl extends Object
The IP access control for live event input.
  • Constructor Details

    • LiveEventInputAccessControl

      public LiveEventInputAccessControl()
      Creates an instance of LiveEventInputAccessControl 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 LiveEventInputAccessControl object itself.
    • validate

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