Condividi tramite


ApiKeyAuthentication Constructors

Definition

Overloads

ApiKeyAuthentication()

Initializes a new instance of the ApiKeyAuthentication class.

ApiKeyAuthentication(String, RestAuthLocation, String)

Initializes a new instance of the ApiKeyAuthentication class.

ApiKeyAuthentication()

Initializes a new instance of the ApiKeyAuthentication class.

public ApiKeyAuthentication ();
Public Sub New ()

Applies to

ApiKeyAuthentication(String, RestAuthLocation, String)

Initializes a new instance of the ApiKeyAuthentication class.

public ApiKeyAuthentication (string name, Microsoft.Azure.Management.DeploymentManager.Models.RestAuthLocation inProperty, string value);
new Microsoft.Azure.Management.DeploymentManager.Models.ApiKeyAuthentication : string * Microsoft.Azure.Management.DeploymentManager.Models.RestAuthLocation * string -> Microsoft.Azure.Management.DeploymentManager.Models.ApiKeyAuthentication
Public Sub New (name As String, inProperty As RestAuthLocation, value As String)

Parameters

name
String

The key name of the authentication key/value pair.

inProperty
RestAuthLocation

The location of the authentication key/value pair in the request. Possible values include: 'Query', 'Header'

value
String

The value of the authentication key/value pair.

Applies to