get Artifact Manifest
Gets information about a artifact manifest resource. Azure REST API version: 2023-09-01.
Return
Artifact manifest properties.
Parameters
argument
null
suspend fun getArtifactManifest(artifactManifestName: String, artifactStoreName: String, publisherName: String, resourceGroupName: String): GetArtifactManifestResult
Return
Artifact manifest properties.
Parameters
artifact Manifest Name
The name of the artifact manifest.
artifact Store Name
The name of the artifact store.
publisher Name
The name of the publisher.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getArtifactManifest(argument: suspend GetArtifactManifestPlainArgsBuilder.() -> Unit): GetArtifactManifestResult
Return
Artifact manifest properties.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetArtifactManifestPlainArgs.