Freigeben über


ResponseContract Konstruktoren

Definition

Überlädt

ResponseContract()

Initialisiert eine neue instance der ResponseContract-Klasse.

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

Initialisiert eine neue instance der ResponseContract-Klasse.

ResponseContract()

Initialisiert eine neue instance der ResponseContract-Klasse.

public ResponseContract ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der ResponseContract-Klasse.

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)

Parameter

statusCode
Int32

Vorgangsantwort HTTP status Code.

description
String

Vorgangsantwortbeschreibung.

representations
IList<RepresentationContract>

Die Sammlung von Vorgangsantwortdarstellungen.

headers
IList<ParameterContract>

Auflistung von Vorgangsantwortheadern.

Gilt für: