GetCustomerSubscriptionResult

data class GetCustomerSubscriptionResult(val azureApiVersion: String, val etag: String? = null, val id: String, val name: String, val tenantId: String? = null, val type: String)

Customer subscription.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, name: String, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val etag: String? = null

The entity tag used for optimistic concurrency when modifying the resource.

Link copied to clipboard
val id: String

ID of the resource.

Link copied to clipboard

Name of the resource.

Link copied to clipboard
val tenantId: String? = null

Tenant Id.

Link copied to clipboard

Type of Resource.