Compartir a través de


Workflow Constructores

Definición

Sobrecargas

Workflow()

Inicializa una nueva instancia de la clase Workflow.

Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

Inicializa una nueva instancia de la clase Workflow.

Workflow()

Inicializa una nueva instancia de la clase Workflow.

public Workflow ();
Public Sub New ()

Se aplica a

Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

Inicializa una nueva instancia de la clase Workflow.

public Workflow (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string lastStepName = default, string status = default, string operation = default, string steps = default, string lastOperationId = default, string commandName = default, DateTime? createdTimestamp = default, DateTime? lastStatusTimestamp = default);
new Microsoft.Azure.Management.StorageSync.Models.Workflow : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.StorageSync.Models.Workflow
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional lastStepName As String = Nothing, Optional status As String = Nothing, Optional operation As String = Nothing, Optional steps As String = Nothing, Optional lastOperationId As String = Nothing, Optional commandName As String = Nothing, Optional createdTimestamp As Nullable(Of DateTime) = Nothing, Optional lastStatusTimestamp As Nullable(Of DateTime) = Nothing)

Parámetros

id
String

Identificador de recurso completo del recurso. Por ejemplo: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

Nombre del recurso.

type
String

Tipo de recurso. Por ejemplo, "Microsoft.Compute/virtualMachines" o "Microsoft.Storage/storageAccounts"

systemData
SystemData

Metadatos de Azure Resource Manager que contienen información sobre los valores de createdBy y modifiedBy.

lastStepName
String

apellidos del paso

status
String

estado del flujo de trabajo. Entre los valores posibles se incluyen: 'active', 'expired', 'succeeded', 'aborted', 'failed'

operation
String

dirección de la operación. Entre los valores posibles se incluyen: 'do', 'undo', 'cancel'

steps
String

pasos de flujo de trabajo

lastOperationId
String

identificador de la última operación del flujo de trabajo.

commandName
String

nombre del comando de flujo de trabajo.

createdTimestamp
Nullable<DateTime>

flujo de trabajo creado marca de tiempo.

lastStatusTimestamp
Nullable<DateTime>

marca de tiempo del último estado del flujo de trabajo.

Se aplica a