Class ProvisioningIssue
java.lang.Object
com.azure.resourcemanager.storage.models.ProvisioningIssue
Describes provisioning issue for given NetworkSecurityPerimeterConfiguration.
-
Constructor Details
-
ProvisioningIssue
public ProvisioningIssue()Creates an instance of ProvisioningIssue class.
-
-
Method Details
-
name
Get the name property: Name of the issue.- Returns:
- the name value.
-
withName
Set the name property: Name of the issue.- Parameters:
name- the name value to set.- Returns:
- the ProvisioningIssue object itself.
-
properties
Get the properties property: Properties of provisioning issue.- Returns:
- the properties value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-