Class LiveEventPreviewAccessControl
java.lang.Object
com.azure.resourcemanager.mediaservices.models.LiveEventPreviewAccessControl
The IP access control for the live event preview endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of LiveEventPreviewAccessControl class. -
Method Summary
-
Constructor Details
-
LiveEventPreviewAccessControl
public LiveEventPreviewAccessControl()Creates an instance of LiveEventPreviewAccessControl 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 LiveEventPreviewAccessControl object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-