Class GalleryResourceProfilePropertiesBase

java.lang.Object
com.azure.resourcemanager.compute.models.GalleryResourceProfilePropertiesBase
All Implemented Interfaces:
com.azure.json.JsonSerializable<GalleryResourceProfilePropertiesBase>
Direct Known Subclasses:
GalleryInVMAccessControlProfileProperties

public class GalleryResourceProfilePropertiesBase extends Object implements com.azure.json.JsonSerializable<GalleryResourceProfilePropertiesBase>
The properties of a gallery ResourceProfile.
  • Constructor Details

    • GalleryResourceProfilePropertiesBase

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

    • provisioningState

      public GalleryProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state, which only appears in the response.
      Returns:
      the provisioningState value.
    • 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<GalleryResourceProfilePropertiesBase>
      Throws:
      IOException
    • fromJson

      public static GalleryResourceProfilePropertiesBase fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of GalleryResourceProfilePropertiesBase from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of GalleryResourceProfilePropertiesBase 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 GalleryResourceProfilePropertiesBase.