Class LinuxVirtualMachineIdentityGetArgs
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 LinuxVirtualMachineIdentityGetArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineIdentityGetArgs()
Declaration
public LinuxVirtualMachineIdentityGetArgs()
Properties
View SourceIdentityIds
A list of User Managed Identity ID's which should be assigned to the Linux Virtual Machine.
Declaration
public InputList<string> IdentityIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
PrincipalId
The ID of the System Managed Service Principal.
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The ID of the Tenant the System Managed Service Principal is assigned in.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of Managed Identity which should be assigned to the Linux Virtual Machine. Possible values are SystemAssigned, UserAssigned and SystemAssigned, UserAssigned.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |