Class GallerySoftDeletedResourceProperties

java.lang.Object
com.azure.resourcemanager.compute.fluent.models.GallerySoftDeletedResourceProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<GallerySoftDeletedResourceProperties>

public final class GallerySoftDeletedResourceProperties extends Object implements com.azure.json.JsonSerializable<GallerySoftDeletedResourceProperties>
Describes the properties of a soft-deleted resource.
  • Constructor Details

    • GallerySoftDeletedResourceProperties

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

    • resourceArmId

      public String resourceArmId()
      Get the resourceArmId property: arm id of the soft-deleted resource.
      Returns:
      the resourceArmId value.
    • withResourceArmId

      public GallerySoftDeletedResourceProperties withResourceArmId(String resourceArmId)
      Set the resourceArmId property: arm id of the soft-deleted resource.
      Parameters:
      resourceArmId - the resourceArmId value to set.
      Returns:
      the GallerySoftDeletedResourceProperties object itself.
    • softDeletedArtifactType

      public SoftDeletedArtifactTypes softDeletedArtifactType()
      Get the softDeletedArtifactType property: artifact type of the soft-deleted resource.
      Returns:
      the softDeletedArtifactType value.
    • withSoftDeletedArtifactType

      public GallerySoftDeletedResourceProperties withSoftDeletedArtifactType(SoftDeletedArtifactTypes softDeletedArtifactType)
      Set the softDeletedArtifactType property: artifact type of the soft-deleted resource.
      Parameters:
      softDeletedArtifactType - the softDeletedArtifactType value to set.
      Returns:
      the GallerySoftDeletedResourceProperties object itself.
    • softDeletedTime

      public String softDeletedTime()
      Get the softDeletedTime property: The timestamp for when the resource is soft-deleted. In dateTime offset format.
      Returns:
      the softDeletedTime value.
    • withSoftDeletedTime

      public GallerySoftDeletedResourceProperties withSoftDeletedTime(String softDeletedTime)
      Set the softDeletedTime property: The timestamp for when the resource is soft-deleted. In dateTime offset format.
      Parameters:
      softDeletedTime - the softDeletedTime value to set.
      Returns:
      the GallerySoftDeletedResourceProperties 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<GallerySoftDeletedResourceProperties>
      Throws:
      IOException
    • fromJson

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