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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.