Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateVMProfile.osProfile()
Get the virtual machine scale set OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withCustomData(String customData)
Set a base-64 encoded string of custom data.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the Linux Configuration of the OS profile.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the List of certificates for addition to the VM.
|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration)
Set the Windows Configuration of the OS profile.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUpdateVMProfile |
VirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile)
Set the virtual machine scale set OS profile.
|
Copyright © 2019. All rights reserved.