Class ScaleSetOsProfileLinuxConfigArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ScaleSetOsProfileLinuxConfigArgs : ResourceArgs
Constructors
View SourceScaleSetOsProfileLinuxConfigArgs()
Declaration
public ScaleSetOsProfileLinuxConfigArgs()
Properties
View SourceDisablePasswordAuthentication
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> |
SshKeys
Specifies a collection of path and key_data to be placed on the virtual machine.
Declaration
public InputList<ScaleSetOsProfileLinuxConfigSshKeyArgs> SshKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScaleSetOsProfileLinuxConfigSshKeyArgs> |