TokenBodyParameterContract Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.