ApiKeyAuthentication(String, RestAuthLocation, String) Constructor
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.
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET