Partager via


GlobalSchema interface

Interface représentant un GlobalSchema.

Méthodes

beginCreateOrUpdate(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

beginCreateOrUpdateAndWait(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

delete(string, string, string, string, GlobalSchemaDeleteOptionalParams)

Supprime un schéma spécifique.

get(string, string, string, GlobalSchemaGetOptionalParams)

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

getEntityTag(string, string, string, GlobalSchemaGetEntityTagOptionalParams)

Obtient la version de l’état de l’entité (Etag) du schéma spécifié par son identificateur.

listByService(string, string, GlobalSchemaListByServiceOptionalParams)

Répertorie une collection de schémas inscrits auprès des instance de service.

Détails de la méthode

beginCreateOrUpdate(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GlobalSchemaCreateOrUpdateResponse>, GlobalSchemaCreateOrUpdateResponse>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

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.

parameters
GlobalSchemaContract

Créer ou mettre à jour des paramètres.

options
GlobalSchemaCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginCreateOrUpdateAndWait(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Crée ou met à jour le schéma spécifié existant du instance de service Gestion des API.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise<GlobalSchemaCreateOrUpdateResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

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.

parameters
GlobalSchemaContract

Créer ou mettre à jour des paramètres.

options
GlobalSchemaCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

delete(string, string, string, string, GlobalSchemaDeleteOptionalParams)

Supprime un schéma spécifique.

function delete(resourceGroupName: string, serviceName: string, schemaId: string, ifMatch: string, options?: GlobalSchemaDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

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.

ifMatch

string

ETag de l’entité. ETag doit correspondre à l’état actuel de l’entité à partir de la réponse d’en-tête de la requête GET ou il doit être * pour la mise à jour inconditionnelle.

options
GlobalSchemaDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, GlobalSchemaGetOptionalParams)

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

function get(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetOptionalParams): Promise<GlobalSchemaGetResponse>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

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.

options
GlobalSchemaGetOptionalParams

Paramètres d’options.

Retours

getEntityTag(string, string, string, GlobalSchemaGetEntityTagOptionalParams)

Obtient la version de l’état de l’entité (Etag) du schéma spécifié par son identificateur.

function getEntityTag(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetEntityTagOptionalParams): Promise<GlobalSchemaGetEntityTagHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

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.

options
GlobalSchemaGetEntityTagOptionalParams

Paramètres d’options.

Retours

listByService(string, string, GlobalSchemaListByServiceOptionalParams)

Répertorie une collection de schémas inscrits auprès des instance de service.

function listByService(resourceGroupName: string, serviceName: string, options?: GlobalSchemaListByServiceOptionalParams): PagedAsyncIterableIterator<GlobalSchemaContract, GlobalSchemaContract[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceName

string

Nom du service Gestion des API.

options
GlobalSchemaListByServiceOptionalParams

Paramètres d’options.

Retours