VirtualMachineInstancePropertiesOSProfileLinuxConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LinuxConfiguration - linux specific configuration values for the virtual machine instance.
public class VirtualMachineInstancePropertiesOSProfileLinuxConfiguration
type VirtualMachineInstancePropertiesOSProfileLinuxConfiguration = class
Public Class VirtualMachineInstancePropertiesOSProfileLinuxConfiguration
- Inheritance
-
VirtualMachineInstancePropertiesOSProfileLinuxConfiguration
Constructors
VirtualMachineInstancePropertiesOSProfileLinuxConfiguration() |
Initializes a new instance of VirtualMachineInstancePropertiesOSProfileLinuxConfiguration. |
Properties
DisablePasswordAuthentication |
DisablePasswordAuthentication - whether password authentication should be disabled. |
ProvisionVmAgent |
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process. |
ProvisionVmConfigAgent |
Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process. |
SshPublicKeys |
The list of SSH public keys used to authenticate with linux based VMs. |
Applies to
Azure SDK for .NET