Freigeben über


StorageSyncServicesOperationsExtensions.UpdateAsync Methode

Definition

Patchen Sie einen bestimmten StorageSyncService.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.StorageSyncService> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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: