Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateOSProfile
Packages that use VirtualMachineScaleSetUpdateOSProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateOSProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetUpdateOSProfileModifier and TypeClassDescriptionfinal classDescribes a virtual machine scale set OS profile.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateOSProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateOSProfile from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.osProfile()Get the osProfile property: The virtual machine scale set OS profile.VirtualMachineScaleSetUpdateOSProfile.withCustomData(String customData) Set the customData property: A base-64 encoded string of custom data.VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: The Linux Configuration of the OS profile.VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets) Set the secrets property: The List of certificates for addition to the VM.VirtualMachineScaleSetUpdateOSProfile.withWindowsConfiguration(WindowsConfiguration windowsConfiguration) Set the windowsConfiguration property: The Windows Configuration of the OS profile.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdateOSProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile) Set the osProfile property: The virtual machine scale set OS profile.