Class VirtualMachineOsProfileLinuxConfigGetArgs
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 VirtualMachineOsProfileLinuxConfigGetArgs : ResourceArgs
Constructors
View SourceVirtualMachineOsProfileLinuxConfigGetArgs()
Declaration
public VirtualMachineOsProfileLinuxConfigGetArgs()
Properties
View SourceDisablePasswordAuthentication
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> |
SshKeys
One or more ssh_keys blocks. This field is required if disable_password_authentication is set to true.
Declaration
public InputList<VirtualMachineOsProfileLinuxConfigSshKeyGetArgs> SshKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualMachineOsProfileLinuxConfigSshKeyGetArgs> |