Class VirtualMachineOsProfileLinuxConfig
Inheritance
System.Object
VirtualMachineOsProfileLinuxConfig
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 VirtualMachineOsProfileLinuxConfig
Fields
View SourceDisablePasswordAuthentication
Specifies whether password authentication should be disabled. If set to false, an admin_password must be specified.
Declaration
public readonly bool DisablePasswordAuthentication
Field Value
| Type | Description |
|---|---|
| System.Boolean |
SshKeys
One or more ssh_keys blocks. This field is required if disable_password_authentication is set to true.
Declaration
public readonly ImmutableArray<VirtualMachineOsProfileLinuxConfigSshKey> SshKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileLinuxConfigSshKey> |