VirtualMachineIdentityResponse

data class VirtualMachineIdentityResponse(val resourceId: String? = null, val type: String? = null)

Virtual Machine Identity details used for Sql IaaS extension configurations.

Constructors

Link copied to clipboard
constructor(resourceId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceId: String? = null

ARM Resource Id of the identity. Only required when UserAssigned identity is selected.

Link copied to clipboard
val type: String? = null

Identity type of the virtual machine. Specify None to opt-out of Managed Identities.