Partager via


BackendOperationsExtensions.Get Méthode

Définition

Obtient les détails du serveur principal spécifié par son identificateur.

public static Microsoft.Azure.Management.ApiManagement.Models.BackendContract Get (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string resourceGroupName, string serviceName, string backendId);
static member Get : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.BackendContract
<Extension()>
Public Function Get (operations As IBackendOperations, resourceGroupName As String, serviceName As String, backendId As String) As BackendContract

Paramètres

operations
IBackendOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

serviceName
String

Nom du service Gestion des API.

backendId
String

Identificateur de l’entité back-end. Doit être unique dans le instance de service Gestion des API actuel.

Retours

S’applique à