Compartilhar via


Workflow Construtores

Definição

Sobrecargas

Workflow()

Inicializa uma nova instância da classe Workflow.

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

Inicializa uma nova instância da classe Workflow.

Workflow()

Inicializa uma nova instância da classe Workflow.

public Workflow ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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

ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

O nome do recurso

type
String

Tipo do recurso. Por exemplo, "Microsoft.Compute/virtualMachines" ou "Microsoft.Storage/storageAccounts"

systemData
SystemData

Os metadados do Azure Resource Manager que contêm as informações createdBy e modifiedBy.

lastStepName
String

nome da última etapa

status
String

status de fluxo de trabalho. Os valores possíveis incluem: 'active', 'expired', 'succeeded', 'aborted', 'failed'

operation
String

direção da operação. Os valores possíveis incluem: 'do', 'undo', 'cancel'

steps
String

etapas de fluxo de trabalho

lastOperationId
String

identificador da última operação do fluxo de trabalho.

commandName
String

nome do comando do fluxo de trabalho.

createdTimestamp
Nullable<DateTime>

fluxo de trabalho criado carimbo de data/hora.

lastStatusTimestamp
Nullable<DateTime>

fluxo de trabalho da última status carimbo de data/hora.

Aplica-se a