Workflow Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Workflow() |
Initialise une nouvelle instance de la classe Workflow. |
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe Workflow. |
Workflow()
Initialise une nouvelle instance de la classe Workflow.
public Workflow ();
Public Sub New ()
S’applique à
Workflow(String, String, String, SystemData, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initialise une nouvelle instance de la 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)
Paramètres
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- systemData
- SystemData
Métadonnées Azure Resource Manager contenant les informations createdBy et modifiedBy.
- lastStepName
- String
nom de la dernière étape
- status
- String
workflow status. Les valeurs possibles sont les suivantes : 'active', 'expiré', 'succeeded', 'aborted', 'failed'
- operation
- String
direction de l’opération. Les valeurs possibles sont les suivantes : 'do', 'undo', 'cancel'
- steps
- String
étapes du flux de travail
- lastOperationId
- String
identificateur de la dernière opération du flux de travail.
- commandName
- String
nom de la commande workflow.
S’applique à
Azure SDK for .NET