SlowRequestsBasedTrigger Constructors

Definition

Overloads

SlowRequestsBasedTrigger()

Initializes a new instance of the SlowRequestsBasedTrigger class.

SlowRequestsBasedTrigger(String, Nullable<Int32>, String)

Initializes a new instance of the SlowRequestsBasedTrigger class.

SlowRequestsBasedTrigger()

Initializes a new instance of the SlowRequestsBasedTrigger class.

public SlowRequestsBasedTrigger ();
Public Sub New ()

Applies to

SlowRequestsBasedTrigger(String, Nullable<Int32>, String)

Initializes a new instance of the SlowRequestsBasedTrigger class.

public SlowRequestsBasedTrigger (string timeTaken = default, int? count = default, string timeInterval = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SlowRequestsBasedTrigger : string * Nullable<int> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.SlowRequestsBasedTrigger
Public Sub New (Optional timeTaken As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional timeInterval As String = Nothing)

Parameters

timeTaken
String

Time taken.

count
Nullable<Int32>

Request Count.

timeInterval
String

Time interval.

Applies to