你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GlobalSchemaOperationsExtensions.GetAsync Method

Definition

Gets the details of the Schema specified by its identifier.

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)

Parameters

operations
IGlobalSchemaOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

schemaId
String

Schema id identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to