Uses of Class
com.azure.resourcemanager.compute.models.SelectPermissions
-
Packages that use SelectPermissions 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 SelectPermissions in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SelectPermissions 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 SelectPermissions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SelectPermissions Modifier and Type Field Description static SelectPermissionsSelectPermissions. PERMISSIONSStatic value Permissions for SelectPermissions.Methods in com.azure.resourcemanager.compute.models that return SelectPermissions Modifier and Type Method Description static SelectPermissionsSelectPermissions. fromString(String name)Creates or finds a SelectPermissions from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SelectPermissions Modifier and Type Method Description static Collection<SelectPermissions>SelectPermissions. values()
-