Uses of Class
com.azure.resourcemanager.compute.fluent.models.GallerySoftDeletedResourceInner
Packages that use GallerySoftDeletedResourceInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GallerySoftDeletedResourceInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type GallerySoftDeletedResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<GallerySoftDeletedResourceInner> SoftDeletedResourcesClient.listByArtifactName(String resourceGroupName, String galleryName, String artifactType, String artifactName) List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.com.azure.core.http.rest.PagedIterable<GallerySoftDeletedResourceInner> SoftDeletedResourcesClient.listByArtifactName(String resourceGroupName, String galleryName, String artifactType, String artifactName, com.azure.core.util.Context context) List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image.com.azure.core.http.rest.PagedFlux<GallerySoftDeletedResourceInner> SoftDeletedResourcesClient.listByArtifactNameAsync(String resourceGroupName, String galleryName, String artifactType, String artifactName) List soft-deleted resources of an artifact in the gallery, such as soft-deleted gallery image version of an image. -
Uses of GallerySoftDeletedResourceInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GallerySoftDeletedResourceInnerModifier and TypeMethodDescriptionGallerySoftDeletedResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GallerySoftDeletedResourceInner from the JsonReader.GallerySoftDeletedResourceInner.withLocation(String location) GallerySoftDeletedResourceInner.withResourceArmId(String resourceArmId) Set the resourceArmId property: arm id of the soft-deleted resource.GallerySoftDeletedResourceInner.withSoftDeletedArtifactType(SoftDeletedArtifactTypes softDeletedArtifactType) Set the softDeletedArtifactType property: artifact type of the soft-deleted resource.GallerySoftDeletedResourceInner.withSoftDeletedTime(String softDeletedTime) Set the softDeletedTime property: The timestamp for when the resource is soft-deleted. -
Uses of GallerySoftDeletedResourceInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GallerySoftDeletedResourceInnerModifier and TypeMethodDescriptionGallerySoftDeletedResourceList.value()Get the value property: A list of soft-deleted resources.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GallerySoftDeletedResourceInnerModifier and TypeMethodDescriptionGallerySoftDeletedResourceList.withValue(List<GallerySoftDeletedResourceInner> value) Set the value property: A list of soft-deleted resources.