Freigeben über


ServerEndpointsOperationsExtensions.RecallActionAsync Methode

Definition

Rufen Sie einen Serverendpunkt auf.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders> RecallActionAsync (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member RecallActionAsync : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders>
<Extension()>
Public Function RecallActionAsync (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, parameters As RecallActionParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServerEndpointsRecallActionHeaders)

Parameter

operations
IServerEndpointsOperations

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.

syncGroupName
String

Name der Synchronisierungsgruppenressource.

serverEndpointName
String

Name des Serverendpunktobjekts.

parameters
RecallActionParameters

Text des Recall Action-Objekts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: