AutoscaleProfile Constructors

Definition

Overloads

AutoscaleProfile()

Initializes a new instance of the AutoscaleProfile class.

AutoscaleProfile(AutoscaleProfile)

Initializes a new instance of the AutoscaleProfile class.

AutoscaleProfile()

Initializes a new instance of the AutoscaleProfile class.

public AutoscaleProfile ();
Public Sub New ()

Applies to

AutoscaleProfile(AutoscaleProfile)

Initializes a new instance of the AutoscaleProfile class.

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

Parameters

autoscaleProfile
AutoscaleProfile

The autoscale profile

Applies to