AzureStorageInfo(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 AzureStorageInfo class.
public AzureStorageInfo (string storageAccountName, string storageAccountKey, string storageContainer = "");
new Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.AzureStorageInfo
Public Sub New (storageAccountName As String, storageAccountKey As String, Optional storageContainer As String = "")
Parameters
- storageAccountName
- String
Fully Qualified StorageAccountName for the Azure Blob Storage Account.
- storageAccountKey
- String
StorageKey for the Azure Blob Storage Account.
- storageContainer
- String
StorageContainer for the Azure Blob Storage Account. The cluster will leverage to store some cluster level files.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET