Uses of Class
com.azure.resourcemanager.compute.models.SelectPermissions
Packages that use SelectPermissions
Package
Description
Package containing the service clients for ComputeManagementClient.
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 SelectPermissionsModifier 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 SelectPermissions in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SelectPermissionsModifier and TypeFieldDescriptionstatic final SelectPermissionsSelectPermissions.PERMISSIONSStatic value Permissions for SelectPermissions.Methods in com.azure.resourcemanager.compute.models that return SelectPermissionsModifier and TypeMethodDescriptionstatic 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 SelectPermissionsModifier and TypeMethodDescriptionstatic Collection<SelectPermissions>SelectPermissions.values()Gets known SelectPermissions values.