get Private Store Offer
suspend fun getPrivateStoreOffer(argument: GetPrivateStoreOfferPlainArgs): GetPrivateStoreOfferResult
Gets information about a specific offer. API Version: 2020-01-01.
Return
The privateStore offer data structure.
Parameters
argument
null
suspend fun getPrivateStoreOffer(offerId: String, privateStoreId: String): GetPrivateStoreOfferResult
Return
The privateStore offer data structure.
Parameters
offer Id
The offer ID to update or delete
private Store Id
The store ID - must use the tenant ID
See also
suspend fun getPrivateStoreOffer(argument: suspend GetPrivateStoreOfferPlainArgsBuilder.() -> Unit): GetPrivateStoreOfferResult
Return
The privateStore offer data structure.
Parameters
argument
Builder for com.pulumi.azurenative.marketplace.kotlin.inputs.GetPrivateStoreOfferPlainArgs.