ShareTokenIntent Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. storage. file. share. models. ShareTokenIntent
- com.
- com.
public final class ShareTokenIntent
extends ExpandableStringEnum<ShareTokenIntent>
The request intent specifies requests that are intended for backup/admin type operations, meaning that all file/directory ACLs are bypassed and full permissions are granted. User must also have required RBAC permission.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Share |
BACKUP
Static value backup for Share |
Constructor Summary
Constructor | Description |
---|---|
ShareTokenIntent() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Share |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Share |
fromString(String name)
Creates or finds a Share |
static
Collection<Share |
values()
Gets known Share |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BACKUP
public static final ShareTokenIntent BACKUP
Static value backup for ShareTokenIntent.
Constructor Details
ShareTokenIntent
@Deprecated
public ShareTokenIntent()
Deprecated
Creates a new instance of ShareTokenIntent value.
Method Details
fromString
public static ShareTokenIntent fromString(String name)
Creates or finds a ShareTokenIntent from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ShareTokenIntent values.
Returns:
Applies to
Azure SDK for Java