Beispiel #1
0
 public Task CreateStorageAccountAsync(StorageAccount storageAccount) { return storageAccount.CreateAsync(this); }
Beispiel #2
0
 public StorageAccountKey(KeyType keyType, string key, StorageAccount storageAccount)
 {
     Key            = key;
     StorageAccount = storageAccount;
     KeyType        = keyType;
 }
Beispiel #3
0
 public StorageAccountKey(KeyType keyType, string key, StorageAccount storageAccount)
 {
     Key = key;
     StorageAccount = storageAccount;
     KeyType = keyType;
 }