getArtifactSource

Get artifact source. API Version: 2018-09-15.

Return

Properties of an artifact source.

Parameters

argument

null


suspend fun getArtifactSource(expand: String? = null, labName: String, name: String, resourceGroupName: String): GetArtifactSourceResult

Return

Properties of an artifact source.

Parameters

expand

Specify the $expand query. Example: 'properties($select=displayName)'

labName

The name of the lab.

name

The name of the artifact source.

resourceGroupName

The name of the resource group.

See also


Return

Properties of an artifact source.

Parameters

argument

Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetArtifactSourcePlainArgs.

See also