Class ProvisioningIssue

java.lang.Object
com.azure.resourcemanager.storage.models.ProvisioningIssue

public final class ProvisioningIssue extends Object
Describes provisioning issue for given NetworkSecurityPerimeterConfiguration.
  • Constructor Details

    • ProvisioningIssue

      public ProvisioningIssue()
      Creates an instance of ProvisioningIssue class.
  • Method Details

    • name

      public String name()
      Get the name property: Name of the issue.
      Returns:
      the name value.
    • withName

      public ProvisioningIssue withName(String name)
      Set the name property: Name of the issue.
      Parameters:
      name - the name value to set.
      Returns:
      the ProvisioningIssue object itself.
    • properties

      public ProvisioningIssueProperties 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.