TermsPaging Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TermsPaging() |
Inicializa uma nova instância da classe TermsPaging. |
TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe TermsPaging. |
TermsPaging()
Inicializa uma nova instância da classe TermsPaging.
public TermsPaging ();
Public Sub New ()
Aplica-se a
TermsPaging(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da 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)
Parâmetros
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET