ServerEndpointsOperationsExtensions.RecallAction Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Rappelez-vous un point de terminaison de serveur.
public static Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders RecallAction (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters parameters);
static member RecallAction : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.RecallActionParameters -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsRecallActionHeaders
<Extension()>
Public Function RecallAction (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, parameters As RecallActionParameters) As ServerEndpointsRecallActionHeaders
Paramètres
- operations
- IServerEndpointsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- storageSyncServiceName
- String
Nom de la ressource du service de synchronisation de stockage.
- syncGroupName
- String
Nom de la ressource de groupe de synchronisation.
- serverEndpointName
- String
Nom de l’objet Point de terminaison de serveur.
- parameters
- RecallActionParameters
Corps de l’objet Action de rappel.
Retours
S’applique à
Azure SDK for .NET