IBatchAccountOperations.SynchronizeAutoStorageKeysWithHttpMessagesAsync Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yalnızca depolama anahtarı kimlik doğrulaması kullanılıyorsa, belirtilen Batch hesabı için yapılandırılan otomatik depolama hesabının erişim anahtarlarını eşitler.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> SynchronizeAutoStorageKeysWithHttpMessagesAsync (string resourceGroupName, string accountName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SynchronizeAutoStorageKeysWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function SynchronizeAutoStorageKeysWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)
Parametreler
- resourceGroupName
- String
Batch hesabını içeren kaynak grubunun adı.
- accountName
- String
Batch hesabının adı.
- customHeaders
- Dictionary<String,List<String>>
İsteğe eklenecek üst bilgiler.
- cancellationToken
- CancellationToken
İptal belirteci.
Döndürülenler
Özel durumlar
İşlem geçersiz bir durum kodu döndürdiğinde oluşturuldu
Gerekli bir parametre null olduğunda oluşturulur
Şunlara uygulanır
Azure SDK for .NET