Show / Hide Table of Contents

Class ScaleSetOsProfileLinuxConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetOsProfileLinuxConfigGetArgs
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 ScaleSetOsProfileLinuxConfigGetArgs : ResourceArgs

Constructors

View Source

ScaleSetOsProfileLinuxConfigGetArgs()

Declaration
public ScaleSetOsProfileLinuxConfigGetArgs()

Properties

View Source

DisablePasswordAuthentication

Specifies whether password authentication should be disabled. Defaults to false. Changing this forces a new resource to be created.

Declaration
public Input<bool> DisablePasswordAuthentication { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SshKeys

Specifies a collection of path and key_data to be placed on the virtual machine.

Declaration
public InputList<ScaleSetOsProfileLinuxConfigSshKeyGetArgs> SshKeys { get; set; }
Property Value
Type Description
InputList<ScaleSetOsProfileLinuxConfigSshKeyGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.