StorageSyncServiceResource.GetStorageSyncWorkflow Method

Definition

Get Workflows resource.

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)

Parameters

workflowId
String

workflow Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workflowId is null.

workflowId is an empty string, and was expected to be non-empty.

Applies to