OrchestratedVirtualMachineScaleSetIdentity

data class OrchestratedVirtualMachineScaleSetIdentity(val identityIds: List<String>, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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