Delen via


Services interface

Interface die een Services vertegenwoordigt.

Methoden

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Hiermee exporteert u het effectieve metagegevensschema.

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Hiermee exporteert u het effectieve metagegevensschema.

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe API of werkt u de bestaande API bij.

delete(string, string, ServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven service.

get(string, string, ServicesGetOptionalParams)

Retourneert details van de service.

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

Retourneert een verzameling services binnen de resourcegroep.

listBySubscription(ServicesListBySubscriptionOptionalParams)

Geeft een lijst weer van services binnen een Azure-abonnement.

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

Hiermee wordt de bestaande service bijgewerkt.

Methodedetails

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Hiermee exporteert u het effectieve metagegevensschema.

function beginExportMetadataSchema(resourceGroupName: string, serviceName: string, body: MetadataSchemaExportRequest, options?: ServicesExportMetadataSchemaOptionalParams): Promise<SimplePollerLike<OperationState<MetadataSchemaExportResult>, MetadataSchemaExportResult>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

body
MetadataSchemaExportRequest

De inhoud van de actieaanvraag

options
ServicesExportMetadataSchemaOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<MetadataSchemaExportResult>, MetadataSchemaExportResult>>

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Hiermee exporteert u het effectieve metagegevensschema.

function beginExportMetadataSchemaAndWait(resourceGroupName: string, serviceName: string, body: MetadataSchemaExportRequest, options?: ServicesExportMetadataSchemaOptionalParams): Promise<MetadataSchemaExportResult>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

body
MetadataSchemaExportRequest

De inhoud van de actieaanvraag

options
ServicesExportMetadataSchemaOptionalParams

De optiesparameters.

Retouren

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

Hiermee maakt u een nieuwe API of werkt u de bestaande API bij.

function createOrUpdate(resourceGroupName: string, serviceName: string, resource: Service, options?: ServicesCreateOrUpdateOptionalParams): Promise<Service>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

resource
Service

Parameters voor het maken van resources.

options
ServicesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Service>

delete(string, string, ServicesDeleteOptionalParams)

Hiermee verwijdert u de opgegeven service.

function delete(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

options
ServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ServicesGetOptionalParams)

Retourneert details van de service.

function get(resourceGroupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<Service>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

options
ServicesGetOptionalParams

De optiesparameters.

Retouren

Promise<Service>

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

Retourneert een verzameling services binnen de resourcegroep.

function listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

options
ServicesListByResourceGroupOptionalParams

De optiesparameters.

Retouren

listBySubscription(ServicesListBySubscriptionOptionalParams)

Geeft een lijst weer van services binnen een Azure-abonnement.

function listBySubscription(options?: ServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>

Parameters

options
ServicesListBySubscriptionOptionalParams

De optiesparameters.

Retouren

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

Hiermee wordt de bestaande service bijgewerkt.

function update(resourceGroupName: string, serviceName: string, properties: ServiceUpdate, options?: ServicesUpdateOptionalParams): Promise<Service>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serviceName

string

De naam van de Azure API Center-service.

properties
ServiceUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
ServicesUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Service>