AutoscaleNotification Constructors

Definition

Overloads

AutoscaleNotification()

Initializes a new instance of the AutoscaleNotification class.

AutoscaleNotification(AutoscaleNotification)

Initializes a new instance of the AutoscaleNotification class.

AutoscaleNotification()

Initializes a new instance of the AutoscaleNotification class.

public AutoscaleNotification ();
Public Sub New ()

Applies to

AutoscaleNotification(AutoscaleNotification)

Initializes a new instance of the AutoscaleNotification class.

public AutoscaleNotification (Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification autoscaleNotification);
new Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification : Microsoft.Azure.Management.Monitor.Models.AutoscaleNotification -> Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleNotification
Public Sub New (autoscaleNotification As AutoscaleNotification)

Parameters

autoscaleNotification
AutoscaleNotification

The autoscale notification

Applies to