Virtual Machine Identity
data class VirtualMachineIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val type: String)
Constructors
Link copied to clipboard
fun VirtualMachineIdentity(identityIds: List<String>? = null, principalId: String? = null, type: String)