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

WorkspaceContractResource.GetServiceWorkspaceSchema Method

Definition

Gets the details of the Schema specified by its identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/schemas/{schemaId}
  • Operation Id: WorkspaceGlobalSchema_Get
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceSchemaResource
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceSchemaResource> GetServiceWorkspaceSchema(string schemaId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceWorkspaceSchema : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceSchemaResource>
override this.GetServiceWorkspaceSchema : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceSchemaResource>
Public Overridable Function GetServiceWorkspaceSchema (schemaId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceWorkspaceSchemaResource)

Parameters

schemaId
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

schemaId is null.

schemaId is an empty string, and was expected to be non-empty.

Applies to