Class VerifierWorkspaceProperties

java.lang.Object
com.azure.resourcemanager.network.models.VerifierWorkspaceProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<VerifierWorkspaceProperties>

public final class VerifierWorkspaceProperties extends Object implements com.azure.json.JsonSerializable<VerifierWorkspaceProperties>
Properties of Verifier Workspace resource.
  • Constructor Details

    • VerifierWorkspaceProperties

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

    • description

      public String description()
      Get the description property: The description property.
      Returns:
      the description value.
    • withDescription

      public VerifierWorkspaceProperties withDescription(String description)
      Set the description property: The description property.
      Parameters:
      description - the description value to set.
      Returns:
      the VerifierWorkspaceProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Provisioning states of a resource.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public VerifierWorkspaceProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: Provisioning states of a resource.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the VerifierWorkspaceProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<VerifierWorkspaceProperties>
      Throws:
      IOException
    • fromJson

      public static VerifierWorkspaceProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of VerifierWorkspaceProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of VerifierWorkspaceProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the VerifierWorkspaceProperties.