ServerEndpointsOperationsExtensions.BeginDeleteAsync 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.
Supprimer un serverEndpoint donné.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsDeleteHeaders> BeginDeleteAsync (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointsDeleteHeaders>
<Extension()>
Public Function BeginDeleteAsync (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServerEndpointsDeleteHeaders)
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET