ResponseContract Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ResponseContract() |
Initialise une nouvelle instance de la classe ResponseContract. |
ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>) |
Initialise une nouvelle instance de la classe ResponseContract. |
ResponseContract()
Initialise une nouvelle instance de la classe ResponseContract.
public ResponseContract ();
Public Sub New ()
S’applique à
ResponseContract(Int32, String, IList<RepresentationContract>, IList<ParameterContract>)
Initialise une nouvelle instance de la 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)
Paramètres
- statusCode
- Int32
Le code HTTP status de réponse de l’opération.
- description
- String
Description de la réponse de l’opération.
- representations
- IList<RepresentationContract>
Collection de représentations de la réponse de l’opération.
- headers
- IList<ParameterContract>
Collection d’en-têtes de réponse d’opération.
S’applique à
Azure SDK for .NET