Partager via


GlobalSchemaOperationsExtensions.GetAsync Méthode

Définition

Obtient les détails du schéma spécifié par son identificateur.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.IGlobalSchemaOperations operations, string resourceGroupName, string serviceName, string schemaId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.IGlobalSchemaOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.GlobalSchemaContract>
<Extension()>
Public Function GetAsync (operations As IGlobalSchemaOperations, resourceGroupName As String, serviceName As String, schemaId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GlobalSchemaContract)

Paramètres

operations
IGlobalSchemaOperations

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.

schemaId
String

Identificateur d’ID de schéma. Doit être unique dans le instance de service Gestion des API actuel.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à