GetHybridUseBenefitResult

data class GetHybridUseBenefitResult(val createdDate: String, val etag: Int, val id: String, val lastUpdatedDate: String, val name: String, val provisioningState: String, val sku: SkuResponse, val type: String)

Response on GET of a hybrid use benefit

Constructors

Link copied to clipboard
constructor(createdDate: String, etag: Int, id: String, lastUpdatedDate: String, name: String, provisioningState: String, sku: SkuResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Created date

Link copied to clipboard
val etag: Int

Indicates the revision of the hybrid use benefit

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Last updated date

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state

Link copied to clipboard

Hybrid use benefit SKU

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"