Show / Hide Table of Contents

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 Source

DisablePasswordAuthentication

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.