Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetOSProfile
Packages that use VirtualMachineScaleSetOSProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetOSProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.osProfile()Get specifies the operating system settings for the virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withAdminPassword(String adminPassword) Set specifies the password of the administrator account.VirtualMachineScaleSetOSProfile.withAdminUsername(String adminUsername) Set specifies the name of the administrator account.VirtualMachineScaleSetOSProfile.withComputerNamePrefix(String computerNamePrefix) Set specifies the computer name prefix for all of the virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withCustomData(String customData) Set specifies a base-64 encoded string of custom data.VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets) Set specifies set of certificates that should be installed onto the virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set specifies Windows operating system settings on the virtual machine.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile) Set specifies the operating system settings for the virtual machines in the scale set.