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
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