| Modifier and Type | Method and Description |
|---|---|
OSProfile |
VirtualMachine.osProfile()
Gets the operating system profile of an Azure virtual machine.
|
OSProfile |
OSProfile.withAdminPassword(String adminPassword)
Set the adminPassword value.
|
OSProfile |
OSProfile.withAdminUsername(String adminUsername)
Set the adminUsername value.
|
OSProfile |
OSProfile.withComputerName(String computerName)
Set the computerName value.
|
OSProfile |
OSProfile.withCustomData(String customData)
Set the customData value.
|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
|
OSProfile |
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets value.
|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/