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 Summary
ConstructorsConstructorDescriptionCreates an instance of GallerySoftDeletedResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GallerySoftDeletedResourceProperties from the JsonReader.Get the resourceArmId property: arm id of the soft-deleted resource.Get the softDeletedArtifactType property: artifact type of the soft-deleted resource.Get the softDeletedTime property: The timestamp for when the resource is soft-deleted.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withResourceArmId(String resourceArmId) Set the resourceArmId property: arm id of the soft-deleted resource.withSoftDeletedArtifactType(SoftDeletedArtifactTypes softDeletedArtifactType) Set the softDeletedArtifactType property: artifact type of the soft-deleted resource.withSoftDeletedTime(String softDeletedTime) Set the softDeletedTime property: The timestamp for when the resource is soft-deleted.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
GallerySoftDeletedResourceProperties
public GallerySoftDeletedResourceProperties()Creates an instance of GallerySoftDeletedResourceProperties class.
-
-
Method Details
-
resourceArmId
Get the resourceArmId property: arm id of the soft-deleted resource.- Returns:
- the resourceArmId value.
-
withResourceArmId
Set the resourceArmId property: arm id of the soft-deleted resource.- Parameters:
resourceArmId- the resourceArmId value to set.- Returns:
- the GallerySoftDeletedResourceProperties object itself.
-
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
Get the softDeletedTime property: The timestamp for when the resource is soft-deleted. In dateTime offset format.- Returns:
- the softDeletedTime value.
-
withSoftDeletedTime
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
- Specified by:
toJsonin interfacecom.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.
-