SubscriptionKeyParameterNamesContract 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
SubscriptionKeyParameterNamesContract() |
Initializes a new instance of the SubscriptionKeyParameterNamesContract class. |
SubscriptionKeyParameterNamesContract(String, String) |
Initializes a new instance of the SubscriptionKeyParameterNamesContract class. |
SubscriptionKeyParameterNamesContract()
Initializes a new instance of the SubscriptionKeyParameterNamesContract class.
public SubscriptionKeyParameterNamesContract ();
Public Sub New ()
Applies to
SubscriptionKeyParameterNamesContract(String, String)
Initializes a new instance of the SubscriptionKeyParameterNamesContract class.
public SubscriptionKeyParameterNamesContract (string header = default, string query = default);
new Microsoft.Azure.Management.ApiManagement.Models.SubscriptionKeyParameterNamesContract : string * string -> Microsoft.Azure.Management.ApiManagement.Models.SubscriptionKeyParameterNamesContract
Public Sub New (Optional header As String = Nothing, Optional query As String = Nothing)
Parameters
- header
- String
Subscription key header name.
- query
- String
Subscription key query string parameter name.
Applies to
Azure SDK for .NET