Uses of Interface
com.azure.resourcemanager.devhub.models.Workflow
Package
Description
Package containing the data models for DeveloperHubServiceClient.
-
Uses of Workflow in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionWorkflow.Update.apply()
Executes the update request.Workflow.Update.apply
(com.azure.core.util.Context context) Executes the update request.Workflow.DefinitionStages.WithCreate.create()
Executes the create request.Workflow.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a workflow.Workflows.getByResourceGroup
(String resourceGroupName, String workflowName) Gets a workflow.Workflow.refresh()
Refreshes the resource to sync with Azure.Workflow.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Workflow>
Workflows.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a workflow.com.azure.core.http.rest.Response<Workflow>
Workflows.getByResourceGroupWithResponse
(String resourceGroupName, String workflowName, com.azure.core.util.Context context) Gets a workflow.com.azure.core.http.rest.PagedIterable<Workflow>
Workflows.list()
Gets a list of workflows associated with the specified subscription.com.azure.core.http.rest.PagedIterable<Workflow>
Workflows.list
(com.azure.core.util.Context context) Gets a list of workflows associated with the specified subscription.com.azure.core.http.rest.PagedIterable<Workflow>
Workflows.listByResourceGroup
(String resourceGroupName) Gets a list of workflows within a resource group.com.azure.core.http.rest.PagedIterable<Workflow>
Workflows.listByResourceGroup
(String resourceGroupName, String managedClusterResource, com.azure.core.util.Context context) Gets a list of workflows within a resource group.