Share via


StagingStorageAccount(String, String, String) Constructor

Definition

Initializes a new instance of the StagingStorageAccount class using the specified credentials and service endpoint.

public StagingStorageAccount (string storageAccount, string storageAccountKey, string blobEndpoint);
new Microsoft.Azure.Batch.FileStaging.StagingStorageAccount : string * string * string -> Microsoft.Azure.Batch.FileStaging.StagingStorageAccount
Public Sub New (storageAccount As String, storageAccountKey As String, blobEndpoint As String)

Parameters

storageAccount
String

A string specifying the storage account to be used.

storageAccountKey
String

A string specifying the storage account key to be used.

blobEndpoint
String

A string specifying the primary Blob service endpoint.

Applies to