你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TermsPaging 构造函数

定义

重载

TermsPaging()

初始化 TermsPaging 类的新实例。

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

初始化 TermsPaging 类的新实例。

TermsPaging()

初始化 TermsPaging 类的新实例。

public TermsPaging ();
Public Sub New ()

适用于

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

初始化 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)

参数

total
Nullable<Int32>

详细信息总数。

limit
Nullable<Int32>

限制详细信息。

offset
Nullable<Int32>

偏移详细信息。

returned
Nullable<Int32>

返回的文本详细信息。

适用于