Class AllowedCopyScope
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AllowedCopyScope>
com.azure.resourcemanager.storage.models.AllowedCopyScope
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AllowedCopyScope
extends com.azure.core.util.ExpandableStringEnum<AllowedCopyScope>
Restrict copy to and from Storage Accounts within an AAD tenant or with Private Links to the same VNet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AllowedCopyScopeStatic value AAD for AllowedCopyScope.static final AllowedCopyScopeStatic value PrivateLink for AllowedCopyScope. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AllowedCopyScopefromString(String name) Creates or finds a AllowedCopyScope from its string representation.static Collection<AllowedCopyScope> values()Gets known AllowedCopyScope values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PRIVATE_LINK
Static value PrivateLink for AllowedCopyScope. -
AAD
Static value AAD for AllowedCopyScope.
-
-
Constructor Details
-
AllowedCopyScope
Deprecated.Use thefromString(String)factory method.Creates a new instance of AllowedCopyScope value.
-
-
Method Details
-
fromString
Creates or finds a AllowedCopyScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AllowedCopyScope.
-
values
Gets known AllowedCopyScope values.- Returns:
- known AllowedCopyScope values.
-
fromString(String)factory method.