Show / Hide Table of Contents

Class VirtualMachineOsProfileLinuxConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineOsProfileLinuxConfigArgs
Inherited Members
ResourceArgs.Empty
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 VirtualMachineOsProfileLinuxConfigArgs : ResourceArgs

Constructors

View Source

VirtualMachineOsProfileLinuxConfigArgs()

Declaration
public VirtualMachineOsProfileLinuxConfigArgs()

Properties

View Source

DisablePasswordAuthentication

Specifies whether password authentication should be disabled. If set to false, an admin_password must be specified.

Declaration
public Input<bool> DisablePasswordAuthentication { get; set; }
Property Value
Type Description
Input<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 InputList<VirtualMachineOsProfileLinuxConfigSshKeyArgs> SshKeys { get; set; }
Property Value
Type Description
InputList<VirtualMachineOsProfileLinuxConfigSshKeyArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.