Compartilhar via


ResponseContract Construtores

Definição

Sobrecargas

ResponseContract()

Inicializa uma nova instância da classe ResponseContract.

ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>)

Inicializa uma nova instância da classe ResponseContract.

ResponseContract()

Inicializa uma nova instância da classe ResponseContract.

public ResponseContract();
Public Sub New ()

Aplica-se a

ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>)

Inicializa uma nova instância da classe ResponseContract.

public ResponseContract(int statusCode, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RepresentationContract> representations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> headers = default);
new Microsoft.Azure.Management.ApiManagement.Models.ResponseContract : int * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RepresentationContract> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ParameterContract> -> Microsoft.Azure.Management.ApiManagement.Models.ResponseContract
Public Sub New (statusCode As Integer, Optional description As String = Nothing, Optional representations As IList(Of RepresentationContract) = Nothing, Optional headers As IList(Of ParameterContract) = Nothing)

Parâmetros

statusCode
Int32

Código de status HTTP de resposta da operação.

description
String

Descrição da resposta da operação.

representations
IList<RepresentationContract>

Coleção de representações de resposta da operação.

headers
IList<ParameterContract>

Coleção de cabeçalhos de resposta de operação.

Aplica-se a