Uses of Class
com.azure.resourcemanager.storage.models.PermissionScope
Packages that use PermissionScope
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of PermissionScope in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type PermissionScopeModifier and TypeMethodDescriptionLocalUserInner.permissionScopes()Get the permissionScopes property: The permission scopes of the local user.LocalUserProperties.permissionScopes()Get the permissionScopes property: The permission scopes of the local user.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type PermissionScopeModifier and TypeMethodDescriptionLocalUserInner.withPermissionScopes(List<PermissionScope> permissionScopes) Set the permissionScopes property: The permission scopes of the local user.LocalUserProperties.withPermissionScopes(List<PermissionScope> permissionScopes) Set the permissionScopes property: The permission scopes of the local user. -
Uses of PermissionScope in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return PermissionScopeModifier and TypeMethodDescriptionstatic PermissionScopePermissionScope.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PermissionScope from the JsonReader.PermissionScope.withPermissions(String permissions) Set the permissions property: The permissions for the local user.PermissionScope.withResourceName(String resourceName) Set the resourceName property: The name of resource, normally the container name or the file share name, used by the local user.PermissionScope.withService(String service) Set the service property: The service used by the local user, e.g. blob, file.