Uses of Class
com.azure.resourcemanager.devhub.fluent.models.WorkflowProperties
Package
Description
Package containing the inner data models for DeveloperHubServiceClient.
-
Uses of WorkflowProperties in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionSet the acr property: Information on the azure container registry.WorkflowProperties.withAksResourceId
(String aksResourceId) Set the aksResourceId property: The Azure Kubernetes Managed Cluster resource.WorkflowProperties.withAuthStatus
(ManifestType authStatus) Set the authStatus property: Determines the type of manifests within the repository.WorkflowProperties.withBranchName
(String branchName) Set the branchName property: The name of the branch the workflow is associated with.WorkflowProperties.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property.WorkflowProperties.withDockerBuildContext
(String dockerBuildContext) Set the dockerBuildContext property: Path to Dockerfile Build Context within the repository.WorkflowProperties.withDockerfile
(String dockerfile) Set the dockerfile property: Path to Dockerfile within the repository.WorkflowProperties.withLastWorkflowRun
(WorkflowRun lastWorkflowRun) Set the lastWorkflowRun property: The lastWorkflowRun property.WorkflowProperties.withNamespace
(String namespace) Set the namespace property: The Kubernetes namespace the application is deployed toWorkflowProperties.withOidcCredentials
(GitHubWorkflowProfileOidcCredentials oidcCredentials) Set the oidcCredentials property: The fields needed for OIDC with GitHub.WorkflowProperties.withRepositoryName
(String repositoryName) Set the repositoryName property: The name of the repository the workflow is associated with.WorkflowProperties.withRepositoryOwner
(String repositoryOwner) Set the repositoryOwner property: The owner of the repository the workflow is associated with.