예제 #1
0
 internal async Task LoadStorageAccountKeysAsync(AzureContext azureContext)
 {
     _AsmStorageAccountKeys = await this.AzureSubscription.GetAzureAsmStorageAccountKeys(this.Name);
 }
예제 #2
0
 internal async Task LoadStorageAccountKeysAsynch()
 {
     _AsmStorageAccountKeys = await this._AzureContext.AzureRetriever.GetAzureAsmStorageAccountKeys(this.Name);
 }