get Artifact Store
Gets information about the specified artifact store. Uses Azure REST API version 2023-09-01. Other available API versions: 2024-04-15.
Return
Artifact store properties.
Parameters
argument
null
suspend fun getArtifactStore(artifactStoreName: String, publisherName: String, resourceGroupName: String): GetArtifactStoreResult
Return
Artifact store properties.
Parameters
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 getArtifactStore(argument: suspend GetArtifactStorePlainArgsBuilder.() -> Unit): GetArtifactStoreResult
Return
Artifact store properties.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.GetArtifactStorePlainArgs.