get Private Store Collection
suspend fun getPrivateStoreCollection(argument: GetPrivateStoreCollectionPlainArgs): GetPrivateStoreCollectionResult
Gets private store collection Azure REST API version: 2023-01-01.
Return
The Collection data structure.
Parameters
argument
null
suspend fun getPrivateStoreCollection(collectionId: String, privateStoreId: String): GetPrivateStoreCollectionResult
Return
The Collection data structure.
See also
Parameters
collection Id
The collection ID
private Store Id
The store ID - must use the tenant ID
suspend fun getPrivateStoreCollection(argument: suspend GetPrivateStoreCollectionPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionResult
Return
The Collection data structure.
See also
Parameters
argument
Builder for com.pulumi.azurenative.marketplace.kotlin.inputs.GetPrivateStoreCollectionPlainArgs.