WebSiteResource.GetWorkflowVersions(String) Method

Definition

Gets a collection of WorkflowVersionResources in the WebSite.

public virtual Azure.ResourceManager.AppService.WorkflowVersionCollection GetWorkflowVersions (string workflowName);
abstract member GetWorkflowVersions : string -> Azure.ResourceManager.AppService.WorkflowVersionCollection
override this.GetWorkflowVersions : string -> Azure.ResourceManager.AppService.WorkflowVersionCollection
Public Overridable Function GetWorkflowVersions (workflowName As String) As WorkflowVersionCollection

Parameters

workflowName
String

The workflow name.

Returns

An object representing collection of WorkflowVersionResources and their operations over a WorkflowVersionResource.

Exceptions

workflowName is null.

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

Applies to