Partilhar via


ApiKeyAuthentication(String, RestAuthLocation, String) Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

name
String

O nome da chave do par chave/valor de autenticação.

in
RestAuthLocation

O local do par chave/valor de autenticação na solicitação.

value
String

O valor do par chave/valor de autenticação.

Exceções

name ou value é nulo.

Aplica-se a