Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryInner
Packages that use SharedGalleryInner
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 SharedGalleryInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SharedGalleryInnerModifier and TypeMethodDescriptionGet a shared gallery by subscription id or tenant id.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharedGalleryInnerModifier and TypeMethodDescriptionGet a shared gallery by subscription id or tenant id.com.azure.core.http.rest.Response<SharedGalleryInner> SharedGalleriesClient.getWithResponse(String location, String galleryUniqueName, com.azure.core.util.Context context) Get a shared gallery by subscription id or tenant id.Mono<com.azure.core.http.rest.Response<SharedGalleryInner>> SharedGalleriesClient.getWithResponseAsync(String location, String galleryUniqueName) Get a shared gallery by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryInner> List shared galleries by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryInner> SharedGalleriesClient.list(String location, SharedToValues sharedTo, com.azure.core.util.Context context) List shared galleries by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryInner> List shared galleries by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryInner> SharedGalleriesClient.listAsync(String location, SharedToValues sharedTo) List shared galleries by subscription id or tenant id. -
Uses of SharedGalleryInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryInnerModifier and TypeMethodDescriptionstatic SharedGalleryInnerSharedGalleryInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryInner from the JsonReader.SharedGalleryInner.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery. -
Uses of SharedGalleryInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedGalleryInnerModifier and TypeMethodDescriptionSharedGalleryList.value()Get the value property: A list of shared galleries.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SharedGalleryInnerModifier and TypeMethodDescriptionSharedGalleryList.withValue(List<SharedGalleryInner> value) Set the value property: A list of shared galleries.