Compartir a través de


ResponseContract Constructores

Definición

Sobrecargas

ResponseContract()

Inicializa una nueva instancia de la clase ResponseContract.

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

Inicializa una nueva instancia de la clase ResponseContract.

ResponseContract()

Inicializa una nueva instancia de la clase ResponseContract.

public ResponseContract ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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 estado HTTP de respuesta de la operación.

description
String

Descripción de la respuesta de la operación.

representations
IList<RepresentationContract>

Colección de representaciones de respuesta de operación.

headers
IList<ParameterContract>

Colección de encabezados de respuesta de la operación.

Se aplica a