Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetVMProfile.osProfile()
Get specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminPassword(String adminPassword)
Set specifies the password of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminUsername(String adminUsername)
Set specifies the name of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withComputerNamePrefix(String computerNamePrefix)
Set specifies the computer name prefix for all of the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withCustomData(String customData)
Set specifies a base-64 encoded string of custom data.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile)
Set specifies the operating system settings for the virtual machines in the scale set.
|
Copyright © 2019. All rights reserved.