Services interface
Interface die een Services vertegenwoordigt.
Methoden
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.
De inhoud van de actieaanvraag
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.
De inhoud van de actieaanvraag
De optiesparameters.
Retouren
Promise<MetadataSchemaExportResult>
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.
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.
De optiesparameters.
Retouren
listBySubscription(ServicesListBySubscriptionOptionalParams)
Geeft een lijst weer van services binnen een Azure-abonnement.
function listBySubscription(options?: ServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>
Parameters
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>