Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateOSProfile
Packages that use VirtualMachineScaleSetUpdateOSProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateOSProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetUpdateOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.osProfile()
Get the virtual machine scale set OS profile.VirtualMachineScaleSetUpdateOSProfile.withCustomData
(String customData) Set a base-64 encoded string of custom data.VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration
(LinuxConfiguration linuxConfiguration) Set the Linux Configuration of the OS profile.VirtualMachineScaleSetUpdateOSProfile.withSecrets
(List<VaultSecretGroup> secrets) Set the List of certificates for addition to the VM.VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration
(WindowsConfiguration windowsConfiguration) Set the Windows Configuration of the OS profile.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetUpdateOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withOsProfile
(VirtualMachineScaleSetUpdateOSProfile osProfile) Set the virtual machine scale set OS profile.