Package-level declarations

Types

data class GetProfessionalServiceSubscriptionLevelResult(val azureApiVersion: String, val id: String, val name: String, val properties: ProfessionalServiceResourceResponseProperties, val tags: Map<String, String>? = null, val type: String)

ProfessionalService REST API resource definition.

data class ProfessionalServicePropertiesResponseTerm(val endDate: String? = null, val startDate: String? = null, val termUnit: String? = null)

The current Term object.

data class ProfessionalServiceResourceResponseProperties(val autoRenew: Boolean? = null, val billingPeriod: String? = null, val created: String, val isFreeTrial: Boolean? = null, val lastModified: String? = null, val offerId: String? = null, val paymentChannelMetadata: Map<String, String>? = null, val paymentChannelType: String? = null, val publisherId: String? = null, val quoteId: String? = null, val skuId: String? = null, val status: String? = null, val storeFront: String? = null, val term: ProfessionalServicePropertiesResponseTerm? = null, val termUnit: String? = null)

professionalService properties