Uses of Class
com.azure.resourcemanager.storage.models.PermissionScope
-
Packages that use PermissionScope Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models 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 PermissionScope Modifier and Type Method Description List<PermissionScope>LocalUserInner. permissionScopes()Get the permissionScopes property: The permission scopes of the local user.List<PermissionScope>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 PermissionScope Modifier and Type Method Description LocalUserInnerLocalUserInner. withPermissionScopes(List<PermissionScope> permissionScopes)Set the permissionScopes property: The permission scopes of the local user.LocalUserPropertiesLocalUserProperties. 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 PermissionScope Modifier and Type Method Description PermissionScopePermissionScope. withPermissions(String permissions)Set the permissions property: The permissions for the local user.PermissionScopePermissionScope. 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.PermissionScopePermissionScope. withService(String service)Set the service property: The service used by the local user, e.g.
-