getArtifactManifest

Gets information about a artifact manifest resource. Uses Azure REST API version 2024-04-15. Other available API versions: 2023-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridnetwork [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Artifact manifest properties.

Parameters

argument

null


suspend fun getArtifactManifest(artifactManifestName: String, artifactStoreName: String, publisherName: String, resourceGroupName: String): GetArtifactManifestResult

Return

Artifact manifest properties.

Parameters

artifactManifestName

The name of the artifact manifest.

artifactStoreName

The name of the artifact store.

publisherName

The name of the publisher.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Artifact manifest properties.

Parameters

argument

Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetArtifactManifestPlainArgs.

See also