Uses of Class
com.azure.resourcemanager.devhub.models.DeploymentProperties
Package
Description
Package containing the inner data models for DeveloperHubServiceClient.
Package containing the data models for DeveloperHubServiceClient.
-
Uses of DeploymentProperties in com.azure.resourcemanager.devhub.fluent.models
Modifier and TypeMethodDescriptionGitHubWorkflowProfile.deploymentProperties()
Get the deploymentProperties property: The deploymentProperties property.WorkflowInner.deploymentProperties()
Get the deploymentProperties property: The deploymentProperties property.WorkflowProperties.deploymentProperties()
Get the deploymentProperties property: The deploymentProperties property.Modifier and TypeMethodDescriptionGitHubWorkflowProfile.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property.WorkflowInner.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property.WorkflowProperties.withDeploymentProperties
(DeploymentProperties deploymentProperties) Set the deploymentProperties property: The deploymentProperties property. -
Uses of DeploymentProperties in com.azure.resourcemanager.devhub.models
Modifier and TypeMethodDescriptionWorkflow.deploymentProperties()
Gets the deploymentProperties property: The deploymentProperties property.DeploymentProperties.withHelmChartPath
(String helmChartPath) Set the helmChartPath property: Helm chart directory path in repository.DeploymentProperties.withHelmValues
(String helmValues) Set the helmValues property: Helm Values.yaml file location in repository.DeploymentProperties.withKubeManifestLocations
(List<String> kubeManifestLocations) Set the kubeManifestLocations property: The kubeManifestLocations property.DeploymentProperties.withManifestType
(ManifestType manifestType) Set the manifestType property: Determines the type of manifests within the repository.DeploymentProperties.withOverrides
(Map<String, String> overrides) Set the overrides property: Manifest override values.Modifier and TypeMethodDescriptionWorkflow.DefinitionStages.WithDeploymentProperties.withDeploymentProperties
(DeploymentProperties deploymentProperties) Specifies the deploymentProperties property: The deploymentProperties property..