getSourceControlConfiguration

Gets details of the Source Control Configuration. API Version: 2021-03-01.

Return

The SourceControl Configuration object returned in Get & Put response.

Parameters

argument

null


suspend fun getSourceControlConfiguration(clusterName: String, clusterResourceName: String, clusterRp: String, resourceGroupName: String, sourceControlConfigurationName: String): GetSourceControlConfigurationResult

Return

The SourceControl Configuration object returned in Get & Put response.

Parameters

clusterName

The name of the kubernetes cluster.

clusterResourceName

The Kubernetes cluster resource name - either managedClusters (for AKS clusters) or connectedClusters (for OnPrem K8S clusters).

clusterRp

The Kubernetes cluster RP - either Microsoft.ContainerService (for AKS clusters) or Microsoft.Kubernetes (for OnPrem K8S clusters).

resourceGroupName

The name of the resource group.

sourceControlConfigurationName

Name of the Source Control Configuration.

See also


Return

The SourceControl Configuration object returned in Get & Put response.

Parameters

argument

Builder for com.pulumi.azurenative.kubernetesconfiguration.kotlin.inputs.GetSourceControlConfigurationPlainArgs.

See also