Package-level declarations

Types

Link copied to clipboard
data class ExtensionResourcePlanResponse(val name: String? = null, val product: String? = null, val promotionCode: String? = null, val publisher: String? = null, val version: String? = null)

Plan data for an extension resource.

Link copied to clipboard
data class GetAccountResult(val id: String, val location: String? = null, val name: String, val properties: Map<String, String>, val tags: Map<String, String>? = null, val type: String)

The response to an account resource GET request.

Link copied to clipboard
data class GetExtensionResult(val id: String, val location: String? = null, val name: String, val plan: ExtensionResourcePlanResponse? = null, val properties: Map<String, String>, val tags: Map<String, String>? = null, val type: String)

The response to an extension resource GET request.