Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryInner
-
Packages that use CommunityGalleryInner 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. -
-
Uses of CommunityGalleryInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CommunityGalleryInner Modifier and Type Method Description CommunityGalleryInnerCommunityGalleriesClient. get(String location, String publicGalleryName)Get a community gallery by gallery public name.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CommunityGalleryInner Modifier and Type Method Description Mono<CommunityGalleryInner>CommunityGalleriesClient. getAsync(String location, String publicGalleryName)Get a community gallery by gallery public name.com.azure.core.http.rest.Response<CommunityGalleryInner>CommunityGalleriesClient. getWithResponse(String location, String publicGalleryName, com.azure.core.util.Context context)Get a community gallery by gallery public name.Mono<com.azure.core.http.rest.Response<CommunityGalleryInner>>CommunityGalleriesClient. getWithResponseAsync(String location, String publicGalleryName)Get a community gallery by gallery public name. -
Uses of CommunityGalleryInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryInner Modifier and Type Method Description CommunityGalleryInnerCommunityGalleryInner. withUniqueId(String uniqueId)Set the uniqueId property: The unique id of this community gallery.
-