ServerEndpointsOperationsExtensions.BeginUpdate 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.
Corriger un serverEndpoint donné.
public static Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint BeginUpdate (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName, Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters parameters = default);
static member BeginUpdate : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string * Microsoft.Azure.Management.StorageSync.Models.ServerEndpointUpdateParameters -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint
<Extension()>
Public Function BeginUpdate (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String, Optional parameters As ServerEndpointUpdateParameters = Nothing) As ServerEndpoint
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
- ServerEndpointUpdateParameters
Toutes les propriétés applicables dans la demande PUT.
Retours
S’applique à
Azure SDK for .NET