OrchestratedVirtualMachineScaleSetIdentityArgs

data class OrchestratedVirtualMachineScaleSetIdentityArgs(val identityIds: Output<List<String>>, val type: Output<String>) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetIdentityArgs>

Constructors

constructor(identityIds: Output<List<String>>, type: Output<String>)

Properties

Link copied to clipboard
val identityIds: Output<List<String>>

Specifies a list of User Managed Identity IDs to be assigned to this Windows Virtual Machine Scale Set.

Link copied to clipboard
val type: Output<String>

The type of Managed Identity that should be configured on this Windows Virtual Machine Scale Set. Only possible value is UserAssigned.

Functions

Link copied to clipboard
open override fun toJava(): OrchestratedVirtualMachineScaleSetIdentityArgs