StorageSyncServicesOperationsExtensions.BeginUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Patchen Sie einen bestimmten StorageSyncService.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> BeginUpdateAsync (this Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations operations, string resourceGroupName, string storageSyncServiceName, Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters parameters = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.StorageSync.IStorageSyncServicesOperations * string * string * Microsoft.Azure.Management.StorageSync.Models.StorageSyncServiceUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService>
<Extension()>
Public Function BeginUpdateAsync (operations As IStorageSyncServicesOperations, resourceGroupName As String, storageSyncServiceName As String, Optional parameters As StorageSyncServiceUpdateParameters = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageSyncService)
Parameter
- operations
- IStorageSyncServicesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- storageSyncServiceName
- String
Name der Speichersynchronisierungsdienstressource.
- parameters
- StorageSyncServiceUpdateParameters
Speichersynchronisierungsdienstressource.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET