Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LinuxConfiguration |
VirtualMachineScaleSetOSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
OSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
VirtualMachineScaleSetUpdateOSProfile.linuxConfiguration()
Get the Linux Configuration of the OS profile.
|
LinuxConfiguration |
LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set specifies whether password authentication should be disabled.
|
LinuxConfiguration |
LinuxConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set specifies the ssh key configuration for a Linux OS.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the Linux Configuration of the OS profile.
|
Copyright © 2019. All rights reserved.