Uses of Class
com.microsoft.azure.management.compute.OSProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of OSProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachine.osProfile()
VirtualMachineScaleSetVM.osProfile()
VirtualMachineUpdate.osProfile()
Get specifies the operating system settings used while creating the virtual machine.OSProfile.withAdminPassword
(String adminPassword) Set specifies the password of the administrator account.OSProfile.withAdminUsername
(String adminUsername) Set specifies the name of the administrator account.OSProfile.withAllowExtensionOperations
(Boolean allowExtensionOperations) Set specifies whether extension operations should be allowed on the virtual machine.OSProfile.withComputerName
(String computerName) Set specifies the host OS name of the virtual machine.OSProfile.withCustomData
(String customData) Set specifies a base-64 encoded string of custom data.OSProfile.withLinuxConfiguration
(LinuxConfiguration linuxConfiguration) Set specifies the Linux operating system settings on the virtual machine.OSProfile.withRequireGuestProvisionSignal
(Boolean requireGuestProvisionSignal) Set specifies whether the guest provision signal is required to infer provision success of the virtual machine.OSProfile.withSecrets
(List<VaultSecretGroup> secrets) Set specifies set of certificates that should be installed onto the virtual machine.OSProfile.withWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set specifies Windows operating system settings on the virtual machine.Modifier and TypeMethodDescriptionVirtualMachineUpdate.withOsProfile
(OSProfile osProfile) Set specifies the operating system settings used while creating the virtual machine.