WebSiteResource.GetWorkflowVersions(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET