ServerEndpointsOperationsExtensions.Get 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.
Obtenez un ServerEndpoint.
public static Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint Get (this Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations operations, string resourceGroupName, string storageSyncServiceName, string syncGroupName, string serverEndpointName);
static member Get : Microsoft.Azure.Management.StorageSync.IServerEndpointsOperations * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpoint
<Extension()>
Public Function Get (operations As IServerEndpointsOperations, resourceGroupName As String, storageSyncServiceName As String, syncGroupName As String, serverEndpointName As String) 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.
Retours
S’applique à
Azure SDK for .NET