Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetOSProfile
Packages that use VirtualMachineScaleSetOSProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetOSProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.osProfile()Get the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withAdminPassword(String adminPassword) Set the adminPassword property: Specifies the password of the administrator account.VirtualMachineScaleSetOSProfile.withAdminUsername(String adminUsername) Set the adminUsername property: Specifies the name of the administrator account.VirtualMachineScaleSetOSProfile.withAllowExtensionOperations(Boolean allowExtensionOperations) Set the allowExtensionOperations property: Specifies whether extension operations should be allowed on the virtual machine scale set.VirtualMachineScaleSetOSProfile.withComputerNamePrefix(String computerNamePrefix) Set the computerNamePrefix property: Specifies the computer name prefix for all of the virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withCustomData(String customData) Set the customData property: Specifies a base-64 encoded string of custom data.VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.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.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: Specifies Windows operating system settings on the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile) Set the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.