RepetitionIndex Constructors

Definition

Overloads

RepetitionIndex()

Initializes a new instance of the RepetitionIndex class.

RepetitionIndex(Int32, String)

Initializes a new instance of the RepetitionIndex class.

RepetitionIndex()

Initializes a new instance of the RepetitionIndex class.

public RepetitionIndex ();
Public Sub New ()

Applies to

RepetitionIndex(Int32, String)

Initializes a new instance of the RepetitionIndex class.

public RepetitionIndex (int itemIndex, string scopeName = default);
new Microsoft.Azure.Management.Logic.Models.RepetitionIndex : int * string -> Microsoft.Azure.Management.Logic.Models.RepetitionIndex
Public Sub New (itemIndex As Integer, Optional scopeName As String = Nothing)

Parameters

itemIndex
Int32

The index.

scopeName
String

The scope.

Applies to