Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetIdentity

Inheritance
System.Object
LinuxVirtualMachineScaleSetIdentity
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetIdentity

Fields

View Source

IdentityIds

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

Declaration
public readonly ImmutableArray<string> IdentityIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

PrincipalId

The ID of the System Managed Service Principal.

Declaration
public readonly string PrincipalId
Field Value
Type Description
System.String
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.