Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class PrivateStoreCollection : KotlinCustomResource

The Collection data structure. Uses Azure REST API version 2023-01-01. In version 1.x of the Azure Native provider, it used 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. Uses Azure REST API version 2023-01-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.

Link copied to clipboard
Link copied to clipboard
class PrivateStoreCollectionOffer : KotlinCustomResource

The privateStore offer data structure. Uses Azure REST API version 2023-01-01. In version 1.x of the Azure Native provider, it used 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. Uses Azure REST API version 2023-01-01. In version 1.x of the Azure Native provider, it used API version 2021-12-01.