StorageSyncServiceResource.GetStorageSyncWorkflow Méthode
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.
Obtenir la ressource Flux de travail
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/workflows/{workflowId}
- IdWorkflows_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncWorkflowResource> GetStorageSyncWorkflow (string workflowId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageSyncWorkflow : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncWorkflowResource>
override this.GetStorageSyncWorkflow : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.StorageSync.StorageSyncWorkflowResource>
Public Overridable Function GetStorageSyncWorkflow (workflowId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StorageSyncWorkflowResource)
Paramètres
- workflowId
- String
ID de workflow.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
workflowId
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
workflowId
a la valeur null.