Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryInner
-
Packages that use SharedGalleryInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 SharedGalleryInner Modifier and Type Method Description SharedGalleryInnerSharedGalleriesClient. get(String location, String galleryUniqueName)Get a shared gallery by subscription id or tenant id.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharedGalleryInner Modifier and Type Method Description Mono<SharedGalleryInner>SharedGalleriesClient. getAsync(String location, String galleryUniqueName)Get 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>SharedGalleriesClient. list(String location)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>SharedGalleriesClient. listAsync(String location)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 SharedGalleryInner Modifier and Type Method Description SharedGalleryInnerSharedGalleryInner. 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 SharedGalleryInner Modifier and Type Method Description List<SharedGalleryInner>SharedGalleryList. value()Get the value property: A list of shared galleries.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SharedGalleryInner Modifier and Type Method Description SharedGalleryListSharedGalleryList. withValue(List<SharedGalleryInner> value)Set the value property: A list of shared galleries.
-