Package-level declarations
Types
Link copied to clipboard
object MarketplaceFunctions
Link copied to clipboard
The Collection data structure. API Version: 2021-12-01.
Link copied to clipboard
data class PrivateStoreCollectionArgs(val allSubscriptions: Output<Boolean>? = null, val claim: Output<String>? = null, val collectionId: Output<String>? = null, val collectionName: Output<String>? = null, val enabled: Output<Boolean>? = null, val privateStoreId: Output<String>? = null, val subscriptionsList: Output<List<String>>? = null) : ConvertibleToJava<PrivateStoreCollectionArgs>
The Collection data structure. API Version: 2021-12-01.
Link copied to clipboard
Builder for PrivateStoreCollectionArgs.
Link copied to clipboard
Link copied to clipboard
The privateStore offer data structure. API Version: 2021-12-01.
Link copied to clipboard
data class PrivateStoreCollectionOfferArgs(val collectionId: Output<String>? = null, val eTag: Output<String>? = null, val iconFileUris: Output<Map<String, String>>? = null, val offerId: Output<String>? = null, val plans: Output<List<PlanArgs>>? = null, val privateStoreId: Output<String>? = null, val specificPlanIdsLimitation: Output<List<String>>? = null, val updateSuppressedDueIdempotence: Output<Boolean>? = null) : ConvertibleToJava<PrivateStoreCollectionOfferArgs>
The privateStore offer data structure. API Version: 2021-12-01.
Link copied to clipboard
Builder for PrivateStoreCollectionOfferArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateStoreCollectionOffer.
Link copied to clipboard
Builder for PrivateStoreCollection.
Link copied to clipboard
The privateStore offer data structure. API Version: 2020-01-01.
Link copied to clipboard
data class PrivateStoreOfferArgs(val eTag: Output<String>? = null, val iconFileUris: Output<Map<String, String>>? = null, val offerId: Output<String>? = null, val plans: Output<List<PlanArgs>>? = null, val privateStoreId: Output<String>? = null, val specificPlanIdsLimitation: Output<List<String>>? = null, val updateSuppressedDueIdempotence: Output<Boolean>? = null) : ConvertibleToJava<PrivateStoreOfferArgs>
The privateStore offer data structure. API Version: 2020-01-01.
Link copied to clipboard
Builder for PrivateStoreOfferArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateStoreOffer.
Functions
Link copied to clipboard
suspend fun privateStoreCollection(name: String, block: suspend PrivateStoreCollectionResourceBuilder.() -> Unit): PrivateStoreCollection
Link copied to clipboard
suspend fun privateStoreCollectionOffer(name: String, block: suspend PrivateStoreCollectionOfferResourceBuilder.() -> Unit): PrivateStoreCollectionOffer
Link copied to clipboard
suspend fun privateStoreOffer(name: String, block: suspend PrivateStoreOfferResourceBuilder.() -> Unit): PrivateStoreOffer