GetServiceResult

data class GetServiceResult(val etag: String? = null, val id: String, val kind: String? = null, val location: String, val name: String, val provisioningState: String, val publicKey: String? = null, val sku: ServiceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val virtualNicId: String? = null, val virtualSubnetId: String)

A Database Migration Service resource

Constructors

Link copied to clipboard
constructor(etag: String? = null, id: String, kind: String? = null, location: String, name: String, provisioningState: String, publicKey: String? = null, sku: ServiceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, virtualNicId: String? = null, virtualSubnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

HTTP strong entity tag value. Ignored if submitted

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val kind: String? = null

The resource kind. Only 'vm' (the default) is supported.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The resource's provisioning state

Link copied to clipboard
val publicKey: String? = null

The public key of the service, used to encrypt secrets sent to the service

Link copied to clipboard
val sku: ServiceSkuResponse? = null

Service SKU

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val virtualNicId: String? = null

The ID of the Microsoft.Network/networkInterfaces resource which the service have

Link copied to clipboard

The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined