Uses of Class
com.azure.resourcemanager.storage.models.DefaultSharePermission
Packages that use DefaultSharePermission
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of DefaultSharePermission in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type DefaultSharePermission in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classDefault share permission for users using Kerberos authentication if RBAC role is not assigned.Fields in com.azure.resourcemanager.storage.models declared as DefaultSharePermissionModifier and TypeFieldDescriptionstatic final DefaultSharePermissionDefaultSharePermission.NONEStatic value None for DefaultSharePermission.static final DefaultSharePermissionDefaultSharePermission.STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTORStatic value StorageFileDataSmbShareContributor for DefaultSharePermission.static final DefaultSharePermissionDefaultSharePermission.STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTORStatic value StorageFileDataSmbShareElevatedContributor for DefaultSharePermission.static final DefaultSharePermissionDefaultSharePermission.STORAGE_FILE_DATA_SMB_SHARE_READERStatic value StorageFileDataSmbShareReader for DefaultSharePermission.Methods in com.azure.resourcemanager.storage.models that return DefaultSharePermissionModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.defaultSharePermission()Get the defaultSharePermission property: Default share permission for users using Kerberos authentication if RBAC role is not assigned.static DefaultSharePermissionDefaultSharePermission.fromString(String name) Creates or finds a DefaultSharePermission from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type DefaultSharePermissionModifier and TypeMethodDescriptionstatic Collection<DefaultSharePermission> DefaultSharePermission.values()Gets known DefaultSharePermission values.Methods in com.azure.resourcemanager.storage.models with parameters of type DefaultSharePermissionModifier and TypeMethodDescriptionAzureFilesIdentityBasedAuthentication.withDefaultSharePermission(DefaultSharePermission defaultSharePermission) Set the defaultSharePermission property: Default share permission for users using Kerberos authentication if RBAC role is not assigned.