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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET