Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LinuxConfiguration |
OSProfile.linuxConfiguration()
Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
VirtualMachineScaleSetUpdateOSProfile.linuxConfiguration()
Get the linuxConfiguration property: The Linux Configuration of the OS profile.
|
LinuxConfiguration |
VirtualMachineScaleSetOSProfile.linuxConfiguration()
Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set the disablePasswordAuthentication property: Specifies whether password authentication should be disabled.
|
LinuxConfiguration |
LinuxConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual
machine.
|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set the ssh property: Specifies the ssh key configuration for a Linux OS.
|
Modifier and Type | Method and Description |
---|---|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: The Linux Configuration of the OS profile.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.