Aracılığıyla paylaş


TokenBodyParameterContract Constructors

Definition

Overloads

TokenBodyParameterContract()

Initializes a new instance of the TokenBodyParameterContract class.

TokenBodyParameterContract(String, String)

Initializes a new instance of the TokenBodyParameterContract class.

TokenBodyParameterContract()

Initializes a new instance of the TokenBodyParameterContract class.

public TokenBodyParameterContract ();
Public Sub New ()

Applies to

TokenBodyParameterContract(String, String)

Initializes a new instance of the TokenBodyParameterContract class.

public TokenBodyParameterContract (string name, string value);
new Microsoft.Azure.Management.ApiManagement.Models.TokenBodyParameterContract : string * string -> Microsoft.Azure.Management.ApiManagement.Models.TokenBodyParameterContract
Public Sub New (name As String, value As String)

Parameters

name
String

body parameter name.

value
String

body parameter value.

Applies to