Uses of Class
com.azure.resourcemanager.compute.models.GalleryExpandParams
-
Packages that use GalleryExpandParams Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of GalleryExpandParams in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryExpandParams Modifier and Type Method Description Mono<GalleryInner>GalleriesClient. getByResourceGroupAsync(String resourceGroupName, String galleryName, SelectPermissions select, GalleryExpandParams expand)Retrieves information about a Shared Image Gallery.com.azure.core.http.rest.Response<GalleryInner>GalleriesClient. getByResourceGroupWithResponse(String resourceGroupName, String galleryName, SelectPermissions select, GalleryExpandParams expand, com.azure.core.util.Context context)Retrieves information about a Shared Image Gallery.Mono<com.azure.core.http.rest.Response<GalleryInner>>GalleriesClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String galleryName, SelectPermissions select, GalleryExpandParams expand)Retrieves information about a Shared Image Gallery. -
Uses of GalleryExpandParams in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as GalleryExpandParams Modifier and Type Field Description static GalleryExpandParamsGalleryExpandParams. SHARING_PROFILE_GROUPSStatic value SharingProfile/Groups for GalleryExpandParams.Methods in com.azure.resourcemanager.compute.models that return GalleryExpandParams Modifier and Type Method Description static GalleryExpandParamsGalleryExpandParams. fromString(String name)Creates or finds a GalleryExpandParams from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryExpandParams Modifier and Type Method Description static Collection<GalleryExpandParams>GalleryExpandParams. values()
-