Workflow Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Workflow() |
Initialisiert eine neue instance der Workflow-Klasse. |
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initialisiert eine neue instance der Workflow-Klasse. |
Workflow()
Initialisiert eine neue instance der Workflow-Klasse.
public Workflow ();
Public Sub New ()
Gilt für:
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initialisiert eine neue instance der Workflow-Klasse.
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)
Parameter
- id
- String
Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Der Name der Ressource
- type
- String
Der Typ der Ressource. Z.B. "Microsoft.Compute/virtualMachines" oder "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager-Metadaten mit createdBy- und modifiedBy-Informationen.
- lastStepName
- String
Name des letzten Schritts
- status
- String
workflow status. Mögliche Werte: "active", "expired", "succeeded", "aborted", "failed"
- operation
- String
Vorgangsrichtung. Mögliche Werte: "do", "undo", "cancel"
- steps
- String
Workflowschritte
- lastOperationId
- String
Bezeichner des letzten Workflowvorgangs.
- commandName
- String
Workflowbefehlsname.
Gilt für:
Azure SDK for .NET