| Package | Description | 
|---|---|
| com.microsoft.azure.management.compute | 
 This package contains the classes for ComputeManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OSProfile | 
VirtualMachineUpdate.osProfile()
Get specifies the operating system settings for the virtual machine. 
 | 
OSProfile | 
VirtualMachine.osProfile()  | 
OSProfile | 
VirtualMachineScaleSetVM.osProfile()  | 
OSProfile | 
OSProfile.withAdminPassword(String adminPassword)
Set specifies the password of the administrator account. 
 | 
OSProfile | 
OSProfile.withAdminUsername(String adminUsername)
Set specifies the name of the administrator account. 
 | 
OSProfile | 
OSProfile.withAllowExtensionOperations(Boolean allowExtensionOperations)
Set specifies whether extension operations should be allowed on the virtual machine. 
 | 
OSProfile | 
OSProfile.withComputerName(String computerName)
Set specifies the host OS name of the virtual machine. 
 | 
OSProfile | 
OSProfile.withCustomData(String customData)
Set specifies a base-64 encoded string of custom data. 
 | 
OSProfile | 
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine. 
 | 
OSProfile | 
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machine. 
 | 
OSProfile | 
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set specifies Windows operating system settings on the virtual machine. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VirtualMachineUpdate | 
VirtualMachineUpdate.withOsProfile(OSProfile osProfile)
Set specifies the operating system settings for the virtual machine. 
 | 
Copyright © 2019. All rights reserved.