Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
OSProfile |
VirtualMachineScaleSetVMInner.osProfile()
Get the osProfile property: Specifies the operating system settings for the virtual machine.
|
OSProfile |
VirtualMachineUpdateInner.osProfile()
Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.
|
OSProfile |
VirtualMachineInner.osProfile()
Get the osProfile property: Specifies the operating system settings used while creating the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withOsProfile(OSProfile osProfile)
Set the osProfile property: Specifies the operating system settings for the virtual machine.
|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withOsProfile(OSProfile osProfile)
Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.
|
VirtualMachineInner |
VirtualMachineInner.withOsProfile(OSProfile osProfile)
Set the osProfile property: Specifies the operating system settings used while creating the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
OSProfile |
VirtualMachineScaleSetVM.osProfile() |
OSProfile |
VirtualMachine.osProfile() |
OSProfile |
OSProfile.withAdminPassword(String adminPassword)
Set the adminPassword property: Specifies the password of the administrator account.
|
OSProfile |
OSProfile.withAdminUsername(String adminUsername)
Set the adminUsername property: Specifies the name of the administrator account.
|
OSProfile |
OSProfile.withAllowExtensionOperations(Boolean allowExtensionOperations)
Set the allowExtensionOperations property: Specifies whether extension operations should be allowed on the
virtual machine.
|
OSProfile |
OSProfile.withComputerName(String computerName)
Set the computerName property: Specifies the host OS name of the virtual machine.
|
OSProfile |
OSProfile.withCustomData(String customData)
Set the customData property: Specifies a base-64 encoded string of custom data.
|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
OSProfile |
OSProfile.withRequireGuestProvisionSignal(Boolean requireGuestProvisionSignal)
Set the requireGuestProvisionSignal property: Specifies whether the guest provision signal is required to infer
provision success of the virtual machine.
|
OSProfile |
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets property: Specifies set of certificates that should be installed onto the virtual machine.
|
OSProfile |
OSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.