Class AllowedCopyScope


  • public final class AllowedCopyScope
    extends com.azure.core.util.ExpandableStringEnum<AllowedCopyScope>
    Defines values for AllowedCopyScope.
    • 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.
    • Constructor Detail

      • AllowedCopyScope

        public 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.