Class ScaleSetIdentityGetArgs
Inherited Members
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 ScaleSetIdentityGetArgs : ResourceArgs
Constructors
View SourceScaleSetIdentityGetArgs()
Declaration
public ScaleSetIdentityGetArgs()
Properties
View SourceIdentityIds
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> |
PrincipalId
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |