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 Details

    • AAD

      public static final AllowedCopyScope AAD
      Static value AAD for AllowedCopyScope.
  • Constructor Details

    • AllowedCopyScope

      @Deprecated public AllowedCopyScope()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding AllowedCopyScope.
    • values

      public static Collection<AllowedCopyScope> values()
      Gets known AllowedCopyScope values.
      Returns:
      known AllowedCopyScope values.