Show / Hide Table of Contents

Class ScaleSetOsProfileLinuxConfig

Inheritance
System.Object
ScaleSetOsProfileLinuxConfig
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 ScaleSetOsProfileLinuxConfig

Fields

View Source

DisablePasswordAuthentication

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

Declaration
public readonly bool? DisablePasswordAuthentication
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SshKeys

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

Declaration
public readonly ImmutableArray<ScaleSetOsProfileLinuxConfigSshKey> SshKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ScaleSetOsProfileLinuxConfigSshKey>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.