Partager via


TermsPaging Constructeurs

Définition

Surcharges

TermsPaging()

Initialise une nouvelle instance de la classe TermsPaging.

TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initialise une nouvelle instance de la classe TermsPaging.

TermsPaging()

Initialise une nouvelle instance de la classe TermsPaging.

public TermsPaging ();
Public Sub New ()

S’applique à

TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initialise une nouvelle instance de la classe TermsPaging.

public TermsPaging (int? total = default, int? limit = default, int? offset = default, int? returned = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging
Public Sub New (Optional total As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional returned As Nullable(Of Integer) = Nothing)

Paramètres

total
Nullable<Int32>

Détails totaux.

limit
Nullable<Int32>

Limiter les détails.

offset
Nullable<Int32>

Détails du décalage.

returned
Nullable<Int32>

Détails du texte retourné.

S’applique à