Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetVMProfile.osProfile()
Get the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminPassword(String adminPassword)
Set the adminPassword property: Specifies the password of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withAdminUsername(String adminUsername)
Set the adminUsername property: Specifies the name of the administrator account.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withComputerNamePrefix(String computerNamePrefix)
Set the computerNamePrefix property: Specifies the computer name prefix for all of the virtual machines in the
scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withCustomData(String customData)
Set the customData property: Specifies a base-64 encoded string of custom data.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the
scale set.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile)
Set the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.