Uses of Class
com.azure.resourcemanager.compute.models.GallerySoftDeletedResourceList
Packages that use GallerySoftDeletedResourceList
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of GallerySoftDeletedResourceList in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type GallerySoftDeletedResourceListModifier and TypeClassDescriptionfinal classThe List Soft-deleted Resources operation response.Methods in com.azure.resourcemanager.compute.models that return GallerySoftDeletedResourceListModifier and TypeMethodDescriptionGallerySoftDeletedResourceList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GallerySoftDeletedResourceList from the JsonReader.GallerySoftDeletedResourceList.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.GallerySoftDeletedResourceList.withValue(List<GallerySoftDeletedResourceInner> value) Set the value property: The GallerySoftDeletedResource items on this page.