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

      public AllowedCopyScope()
  • 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.