Uses of Class
com.azure.resourcemanager.devhub.fluent.models.WorkflowInner
Package
Description
Package containing the service clients for DeveloperHubServiceClient.
Package containing the inner data models for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of WorkflowInner in com.azure.resourcemanager.devhub.fluent
Modifier and TypeMethodDescriptionWorkflowsClient.createOrUpdate
(String resourceGroupName, String workflowName, WorkflowInner parameters) Creates or updates a workflow.WorkflowsClient.getByResourceGroup
(String resourceGroupName, String workflowName) Gets a workflow.WorkflowsClient.updateTags
(String resourceGroupName, String workflowName, TagsObject parameters) Updates tags on a workflow.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WorkflowInner>
WorkflowsClient.createOrUpdateWithResponse
(String resourceGroupName, String workflowName, WorkflowInner parameters, com.azure.core.util.Context context) Creates or updates a workflow.com.azure.core.http.rest.Response<WorkflowInner>
WorkflowsClient.getByResourceGroupWithResponse
(String resourceGroupName, String workflowName, com.azure.core.util.Context context) Gets a workflow.com.azure.core.http.rest.PagedIterable<WorkflowInner>
WorkflowsClient.list()
Gets a list of workflows associated with the specified subscription.com.azure.core.http.rest.PagedIterable<WorkflowInner>
WorkflowsClient.list
(com.azure.core.util.Context context) Gets a list of workflows associated with the specified subscription.com.azure.core.http.rest.PagedIterable<WorkflowInner>
WorkflowsClient.listByResourceGroup
(String resourceGroupName) Gets a list of workflows within a resource group.com.azure.core.http.rest.PagedIterable<WorkflowInner>
WorkflowsClient.listByResourceGroup
(String resourceGroupName, String managedClusterResource, com.azure.core.util.Context context) Gets a list of workflows within a resource group.com.azure.core.http.rest.Response<WorkflowInner>
WorkflowsClient.updateTagsWithResponse
(String resourceGroupName, String workflowName, TagsObject parameters, com.azure.core.util.Context context) Updates tags on a workflow.Modifier and TypeMethodDescriptionWorkflowsClient.createOrUpdate
(String resourceGroupName, String workflowName, WorkflowInner parameters) Creates or updates a workflow.com.azure.core.http.rest.Response<WorkflowInner>
WorkflowsClient.createOrUpdateWithResponse
(String resourceGroupName, String workflowName, WorkflowInner parameters, com.azure.core.util.Context context) Creates or updates a workflow. -
Uses of WorkflowInner in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionSet the acr property: Information on the azure container registry.WorkflowInner.withAksResourceId
(String aksResourceId) Set the aksResourceId property: The Azure Kubernetes Managed Cluster resource.WorkflowInner.withAuthStatus
(ManifestType authStatus) Set the authStatus property: Determines the type of manifests within the repository.WorkflowInner.withBranchName
(String branchName) Set the branchName property: The name of the branch the workflow is associated with.WorkflowInner.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property.WorkflowInner.withDockerBuildContext
(String dockerBuildContext) Set the dockerBuildContext property: Path to Dockerfile Build Context within the repository.WorkflowInner.withDockerfile
(String dockerfile) Set the dockerfile property: Path to Dockerfile within the repository.WorkflowInner.withLastWorkflowRun
(WorkflowRun lastWorkflowRun) Set the lastWorkflowRun property: The lastWorkflowRun property.WorkflowInner.withLocation
(String location) WorkflowInner.withNamespace
(String namespace) Set the namespace property: The Kubernetes namespace the application is deployed toWorkflowInner.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowInner.withRepositoryName
(String repositoryName) Set the repositoryName property: The name of the repository the workflow is associated with.WorkflowInner.withRepositoryOwner
(String repositoryOwner) Set the repositoryOwner property: The owner of the repository the workflow is associated with. -
Uses of WorkflowInner in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionWorkflow.innerModel()
Gets the inner com.azure.resourcemanager.devhub.fluent.models.WorkflowInner object.Modifier and TypeMethodDescriptionWorkflowListResult.value()
Get the value property: The list of workflows.Modifier and TypeMethodDescriptionWorkflowListResult.withValue
(List<WorkflowInner> value) Set the value property: The list of workflows.