VirtualMachineScaleSetUpdateOSProfile Class

Definition

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