GetServiceResult

data class GetServiceResult(val autoStopDelay: String? = null, val azureApiVersion: String, val deleteResourcesOnStop: Boolean? = null, val etag: String? = null, val id: String, val kind: String? = null, val location: String? = null, 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? = null)

An Azure Database Migration Service (classic) resource

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoStopDelay: String? = null

The time delay before the service is auto-stopped when idle.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Whether service resources should be deleted when stopped. (Turned on by default)

Link copied to clipboard
val etag: String? = null

HTTP strong entity tag value. Ignored if submitted

Link copied to clipboard
val id: String
Link copied to clipboard
val kind: String? = null

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

Link copied to clipboard
val location: String? = null
Link copied to clipboard
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
Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
Link copied to clipboard
val virtualNicId: String? = null

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

Link copied to clipboard
val virtualSubnetId: String? = null

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