Compartir a través de


TransferType Enumeración

Definición

Define valores para TransferType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TransferType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TransferType = 
Public Enum TransferType
Herencia
TransferType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

ExportFromAzure 1

Exportación de datos desde Azure.

ImportToAzure 0

Importar datos a Azure.

Se aplica a