list Build Task Source Repository Properties
suspend fun listBuildTaskSourceRepositoryProperties(argument: ListBuildTaskSourceRepositoryPropertiesPlainArgs): ListBuildTaskSourceRepositoryPropertiesResult
Get the source control properties for a build task. API Version: 2018-02-01-preview.
Return
The properties of the source code repository.
Parameters
argument
null
suspend fun listBuildTaskSourceRepositoryProperties(buildTaskName: String, registryName: String, resourceGroupName: String): ListBuildTaskSourceRepositoryPropertiesResult
Return
The properties of the source code repository.
Parameters
build Task Name
The name of the container registry build task.
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun listBuildTaskSourceRepositoryProperties(argument: suspend ListBuildTaskSourceRepositoryPropertiesPlainArgsBuilder.() -> Unit): ListBuildTaskSourceRepositoryPropertiesResult
Return
The properties of the source code repository.
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListBuildTaskSourceRepositoryPropertiesPlainArgs.