Show / Hide Table of Contents

Class ScaleSetIdentityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetIdentityArgs
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 ScaleSetIdentityArgs : ResourceArgs

Constructors

View Source

ScaleSetIdentityArgs()

Declaration
public ScaleSetIdentityArgs()

Properties

View Source

IdentityIds

Specifies a list of user managed identity ids to be assigned to the VMSS. Required if type is UserAssigned.

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

PrincipalId

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

Type

Specifies the identity type to be assigned to the scale set. Allowable values are SystemAssigned and UserAssigned. For the SystemAssigned identity the scale set's Service Principal ID (SPN) can be retrieved after the scale set has been created. See documentation for more information.

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