Share via


GlobalSchemaOperationsExtensions Class

Definition

Extension methods for GlobalSchemaOperations.

public static class GlobalSchemaOperationsExtensions
type GlobalSchemaOperationsExtensions = class
Public Module GlobalSchemaOperationsExtensions
Inheritance
GlobalSchemaOperationsExtensions

Methods

BeginCreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

Creates new or updates existing specified Schema of the API Management service instance.

BeginCreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

Creates new or updates existing specified Schema of the API Management service instance.

CreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

Creates new or updates existing specified Schema of the API Management service instance.

CreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

Creates new or updates existing specified Schema of the API Management service instance.

Delete(IGlobalSchemaOperations, String, String, String, String)

Deletes specific Schema.

DeleteAsync(IGlobalSchemaOperations, String, String, String, String, CancellationToken)

Deletes specific Schema.

Get(IGlobalSchemaOperations, String, String, String)

Gets the details of the Schema specified by its identifier.

GetAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

Gets the details of the Schema specified by its identifier.

GetEntityTag(IGlobalSchemaOperations, String, String, String)

Gets the entity state (Etag) version of the Schema specified by its identifier.

GetEntityTagAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the Schema specified by its identifier.

ListByService(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>)

Lists a collection of schemas registered with service instance.

ListByServiceAsync(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>, CancellationToken)

Lists a collection of schemas registered with service instance.

ListByServiceNext(IGlobalSchemaOperations, String)

Lists a collection of schemas registered with service instance.

ListByServiceNextAsync(IGlobalSchemaOperations, String, CancellationToken)

Lists a collection of schemas registered with service instance.

Applies to