WorkflowVersions interface
Interfaz que representa una workflowVersions.
Métodos
| get(string, string, string, string, Workflow |
Obtiene una versión de flujo de trabajo. |
| list(string, string, string, Workflow |
Obtiene una lista de versiones de flujo de trabajo. |
Detalles del método
get(string, string, string, string, WorkflowVersionsGetOptionalParams)
Obtiene una versión de flujo de trabajo.
function get(resourceGroupName: string, name: string, workflowName: string, versionId: string, options?: WorkflowVersionsGetOptionalParams): Promise<WorkflowVersion>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos al que pertenece el recurso.
- name
-
string
Nombre del sitio.
- workflowName
-
string
Nombre del flujo de trabajo.
- versionId
-
string
VersionId del flujo de trabajo.
Parámetros de opciones.
Devoluciones
Promise<WorkflowVersion>
list(string, string, string, WorkflowVersionsListOptionalParams)
Obtiene una lista de versiones de flujo de trabajo.
function list(resourceGroupName: string, name: string, workflowName: string, options?: WorkflowVersionsListOptionalParams): PagedAsyncIterableIterator<WorkflowVersion, WorkflowVersion[], PageSettings>
Parámetros
- resourceGroupName
-
string
Nombre del grupo de recursos al que pertenece el recurso.
- name
-
string
Nombre del sitio.
- workflowName
-
string
Nombre del flujo de trabajo.
Parámetros de opciones.