DefaultSharePermission Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. DefaultSharePermission
- com.
- com.
public final class DefaultSharePermission
extends ExpandableStringEnum<DefaultSharePermission>
Default share permission for users using Kerberos authentication if RBAC role is not assigned.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Default |
NONE
Static value None for Default |
static final
Default |
STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR
Static value Storage |
static final
Default |
STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR
Static value Storage |
static final
Default |
STORAGE_FILE_DATA_SMB_SHARE_READER
Static value Storage |
Constructor Summary
Constructor | Description |
---|---|
DefaultSharePermission() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Default |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Default |
fromString(String name)
Creates or finds a Default |
static
Collection<Default |
values()
Gets known Default |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final DefaultSharePermission NONE
Static value None for DefaultSharePermission.
STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR
public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_CONTRIBUTOR
Static value StorageFileDataSmbShareContributor for DefaultSharePermission.
STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR
public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_ELEVATED_CONTRIBUTOR
Static value StorageFileDataSmbShareElevatedContributor for DefaultSharePermission.
STORAGE_FILE_DATA_SMB_SHARE_READER
public static final DefaultSharePermission STORAGE_FILE_DATA_SMB_SHARE_READER
Static value StorageFileDataSmbShareReader for DefaultSharePermission.
Constructor Details
DefaultSharePermission
@Deprecated
public DefaultSharePermission()
Deprecated
Creates a new instance of DefaultSharePermission value.
Method Details
fromString
public static DefaultSharePermission fromString(String name)
Creates or finds a DefaultSharePermission from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DefaultSharePermission values.
Returns:
Applies to
Azure SDK for Java