Microsoft.Azure.Commands.HDInsight.AddAzureHDInsightStorageCommand.ExecuteCmdlet C# (CSharp) Method

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void
        public override void ExecuteCmdlet()
        {
            Config.AdditionalStorageAccounts.Add(StorageAccountName, StorageAccountKey);
            WriteObject(Config);
        }
    }
AddAzureHDInsightStorageCommand