Class IpAccessControl
java.lang.Object
com.azure.resourcemanager.mediaservices.models.IpAccessControl
The IP access control.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IpAccessControl
public IpAccessControl()Creates an instance of IpAccessControl class.
-
-
Method Details
-
allow
Get the allow property: The IP allow list.- Returns:
- the allow value.
-
withAllow
Set the allow property: The IP allow list.- Parameters:
allow
- the allow value to set.- Returns:
- the IpAccessControl object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-