RepetitionIndex Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET