ApiKeyAuthentication(String, RestAuthLocation, String) Constructor

Definition

Initializes a new instance of ApiKeyAuthentication.

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

Parameters

name
String

The key name of the authentication key/value pair.

in
RestAuthLocation

The location of the authentication key/value pair in the request.

value
String

The value of the authentication key/value pair.

Exceptions

name or value is null.

Applies to