Uses of Class
com.azure.resourcemanager.compute.models.GalleryExpandParams
Packages that use GalleryExpandParams
Package
Description
Package containing the service clients for ComputeManagementClient.
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 GalleryExpandParamsModifier and TypeMethodDescriptioncom.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 GalleryExpandParamsModifier and TypeFieldDescriptionstatic final GalleryExpandParamsGalleryExpandParams.SHARING_PROFILE_GROUPSStatic value SharingProfile/Groups for GalleryExpandParams.Methods in com.azure.resourcemanager.compute.models that return GalleryExpandParamsModifier and TypeMethodDescriptionstatic 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 GalleryExpandParamsModifier and TypeMethodDescriptionstatic Collection<GalleryExpandParams> GalleryExpandParams.values()Gets known GalleryExpandParams values.