Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetIdentityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WindowsVirtualMachineScaleSetIdentityArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WindowsVirtualMachineScaleSetIdentityArgs : ResourceArgs

Constructors

View Source

WindowsVirtualMachineScaleSetIdentityArgs()

Declaration
public WindowsVirtualMachineScaleSetIdentityArgs()

Properties

View Source

IdentityIds

A list of User Managed Identity ID's which should be assigned to the Windows Virtual Machine Scale Set.

Declaration
public InputList<string> IdentityIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

PrincipalId

The ID of the System Managed Service Principal.

Declaration
public Input<string> PrincipalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of Managed Identity which should be assigned to the Windows Virtual Machine Scale Set. Possible values are SystemAssigned, UserAssigned and SystemAssigned, UserAssigned.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.