BatchSharedKeyCredentials(String, String, 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 the BatchSharedKeyCredentials class with the specified Batch service endpoint, account name, and access key.
public BatchSharedKeyCredentials (string baseUrl, string accountName, string keyValue);
new Microsoft.Azure.Batch.Auth.BatchSharedKeyCredentials : string * string * string -> Microsoft.Azure.Batch.Auth.BatchSharedKeyCredentials
Public Sub New (baseUrl As String, accountName As String, keyValue As String)
Parameters
- baseUrl
- String
The Batch service endpoint.
- accountName
- String
The name of the Batch account.
- keyValue
- String
The Base64 encoded account access key.
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