Class AllowedCopyScope
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AllowedCopyScope>
-
- com.azure.resourcemanager.storage.models.AllowedCopyScope
-
public final class AllowedCopyScope extends com.azure.core.util.ExpandableStringEnum<AllowedCopyScope>
Defines values for AllowedCopyScope.
-
-
Field Summary
Fields Modifier and Type Field Description static AllowedCopyScopeAADStatic value AAD for AllowedCopyScope.static AllowedCopyScopePRIVATE_LINKStatic value PrivateLink for AllowedCopyScope.
-
Constructor Summary
Constructors Constructor Description AllowedCopyScope()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AllowedCopyScopefromString(String name)Creates or finds a AllowedCopyScope from its string representation.static Collection<AllowedCopyScope>values()
-
-
-
Field Detail
-
PRIVATE_LINK
public static final AllowedCopyScope PRIVATE_LINK
Static value PrivateLink for AllowedCopyScope.
-
AAD
public static final AllowedCopyScope AAD
Static value AAD for AllowedCopyScope.
-
-
Method Detail
-
fromString
public static AllowedCopyScope fromString(String name)
Creates or finds a AllowedCopyScope from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AllowedCopyScope.
-
values
public static Collection<AllowedCopyScope> values()
- Returns:
- known AllowedCopyScope values.
-
-