WorkflowVersionsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:workflow_versions> attribute.
Constructor
WorkflowVersionsOperations(*args, **kwargs)
Methods
| get |
Gets a workflow version. |
| list |
Gets a list of workflow versions. |
get
Gets a workflow version.
async get(resource_group_name: str, name: str, workflow_name: str, version_id: str, **kwargs: Any) -> WorkflowVersion
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
Name of the resource group to which the resource belongs. Required. |
|
name
Required
|
Site name. Required. |
|
workflow_name
Required
|
The workflow name. Required. |
|
version_id
Required
|
The workflow versionId. Required. |
Returns
| Type | Description |
|---|---|
|
WorkflowVersion or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
list
Gets a list of workflow versions.
list(resource_group_name: str, name: str, workflow_name: str, top: int | None = None, **kwargs: Any) -> AsyncItemPaged[WorkflowVersion]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
Name of the resource group to which the resource belongs. Required. |
|
name
Required
|
Site name. Required. |
|
workflow_name
Required
|
The workflow name. Required. |
|
top
|
The number of items to be included in the result. Default value is None. Default value: None
|
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either WorkflowVersion or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.web.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv239\\Lib\\site-packages\\azure\\mgmt\\web\\models\\__init__.py'>