Get Billing Profile Result
data class GetBillingProfileResult(val azureApiVersion: String, val id: String, val name: String, val properties: BillingProfilePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A billing profile.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: BillingProfilePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)