VirtualMachineScaleSetUpdateOSProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a virtual machine scale set OS profile.
public class VirtualMachineScaleSetUpdateOSProfile
type VirtualMachineScaleSetUpdateOSProfile = class
Public Class VirtualMachineScaleSetUpdateOSProfile
- Inheritance
-
VirtualMachineScaleSetUpdateOSProfile
Constructors
VirtualMachineScaleSetUpdateOSProfile() |
Initializes a new instance of the VirtualMachineScaleSetUpdateOSProfile class. |
VirtualMachineScaleSetUpdateOSProfile(String, WindowsConfiguration, LinuxConfiguration, IList<VaultSecretGroup>) |
Initializes a new instance of the VirtualMachineScaleSetUpdateOSProfile class. |
Properties
CustomData |
Gets or sets a base-64 encoded string of custom data. |
LinuxConfiguration |
Gets or sets the Linux Configuration of the OS profile. |
Secrets |
Gets or sets the List of certificates for addition to the VM. |
WindowsConfiguration |
Gets or sets the Windows Configuration of the OS profile. |
Applies to
Azure SDK for .NET