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 SourceDisablePasswordAuthentication
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> |
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> |