Share via


ServiceWorkspaceApiSchemaResource.Get(CancellationToken) Method

Definition

Get the schema configuration at the API level.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to