Class NspAccessRule
java.lang.Object
com.azure.resourcemanager.storage.models.NspAccessRule
Information of Access Rule in Network Security Perimeter profile.
-
Constructor Details
-
NspAccessRule
public NspAccessRule()Creates an instance of NspAccessRule class.
-
-
Method Details
-
name
Get the name property: Name of the resource.- Returns:
- the name value.
-
withName
Set the name property: Name of the resource.- Parameters:
name- the name value to set.- Returns:
- the NspAccessRule object itself.
-
properties
Get the properties property: Properties of Access Rule.- Returns:
- the properties value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-