get Private Store Collection Offer
suspend fun getPrivateStoreCollectionOffer(argument: GetPrivateStoreCollectionOfferPlainArgs): GetPrivateStoreCollectionOfferResult
Gets information about a specific offer. Uses Azure REST API version 2023-01-01.
Return
The privateStore offer data structure.
Parameters
argument
null
suspend fun getPrivateStoreCollectionOffer(collectionId: String, offerId: String, privateStoreId: String): GetPrivateStoreCollectionOfferResult
Return
The privateStore offer data structure.
Parameters
collection Id
The collection ID
offer Id
The offer ID to update or delete
private Store Id
The store ID - must use the tenant ID
See also
suspend fun getPrivateStoreCollectionOffer(argument: suspend GetPrivateStoreCollectionOfferPlainArgsBuilder.() -> Unit): GetPrivateStoreCollectionOfferResult
Return
The privateStore offer data structure.
Parameters
argument
Builder for com.pulumi.azurenative.marketplace.kotlin.inputs.GetPrivateStoreCollectionOfferPlainArgs.