Class LiveEventInputAccessControl
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventInputAccessControl
The IP access control for live event input.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventInputAccessControl class. -
Method Summary
-
Constructor Details
-
LiveEventInputAccessControl
public LiveEventInputAccessControl()Creates an instance of LiveEventInputAccessControl class.
-
-
Method Details
-
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.
-