AllowedCopyScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. AllowedCopyScope
- com.
- com.
public final class AllowedCopyScope
extends ExpandableStringEnum<AllowedCopyScope>
Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Allowed |
AAD
Static value AAD for Allowed |
static final
Allowed |
PRIVATE_LINK
Static value Private |
Constructor Summary
Constructor | Description |
---|---|
AllowedCopyScope() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Allowed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Allowed |
fromString(String name)
Creates or finds a Allowed |
static
Collection<Allowed |
values()
Gets known Allowed |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AAD
public static final AllowedCopyScope AAD
Static value AAD for AllowedCopyScope.
PRIVATE_LINK
public static final AllowedCopyScope PRIVATE_LINK
Static value PrivateLink for AllowedCopyScope.
Constructor Details
AllowedCopyScope
@Deprecated
public AllowedCopyScope()
Deprecated
Creates a new instance of AllowedCopyScope value.
Method Details
fromString
public static AllowedCopyScope fromString(String name)
Creates or finds a AllowedCopyScope from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AllowedCopyScope values.
Returns:
Applies to
Azure SDK for Java