Class RestoreTargetLocationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestoreTargetLocationType>
com.azure.resourcemanager.dataprotection.models.RestoreTargetLocationType

public final class RestoreTargetLocationType extends com.azure.core.util.ExpandableStringEnum<RestoreTargetLocationType>
Denotes the target location where the data will be restored, string value for the enum {Microsoft.Internal.AzureBackup.DataProtection.Common.Interface.RestoreTargetLocationType}.
  • Field Details

  • Constructor Details

    • RestoreTargetLocationType

      @Deprecated public RestoreTargetLocationType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RestoreTargetLocationType value.
  • Method Details

    • fromString

      public static RestoreTargetLocationType fromString(String name)
      Creates or finds a RestoreTargetLocationType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RestoreTargetLocationType.
    • values

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