Aracılığıyla paylaş


Services interface

Hizmetleri temsil eden arabirim.

Yöntemler

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Etkin meta veri şemasını dışarı aktarır.

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Etkin meta veri şemasını dışarı aktarır.

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

Yeni api oluşturur veya var olan API'leri güncelleştirir.

delete(string, string, ServicesDeleteOptionalParams)

Belirtilen hizmeti siler.

get(string, string, ServicesGetOptionalParams)

Hizmetin ayrıntılarını döndürür.

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

Kaynak grubu içindeki bir hizmet koleksiyonunu döndürür.

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure aboneliğindeki hizmetleri listeler.

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

Mevcut hizmeti güncelleştirir.

Yöntem Ayrıntıları

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Etkin meta veri şemasını dışarı aktarır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

body
MetadataSchemaExportRequest

Eylem isteğinin içeriği

options
ServicesExportMetadataSchemaOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

Etkin meta veri şemasını dışarı aktarır.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

body
MetadataSchemaExportRequest

Eylem isteğinin içeriği

options
ServicesExportMetadataSchemaOptionalParams

Seçenekler parametreleri.

Döndürülenler

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

Yeni api oluşturur veya var olan API'leri güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

resource
Service

Kaynak oluşturma parametreleri.

options
ServicesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Service>

delete(string, string, ServicesDeleteOptionalParams)

Belirtilen hizmeti siler.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

options
ServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, ServicesGetOptionalParams)

Hizmetin ayrıntılarını döndürür.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

options
ServicesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Service>

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

Kaynak grubu içindeki bir hizmet koleksiyonunu döndürür.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
ServicesListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure aboneliğindeki hizmetleri listeler.

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

Parametreler

options
ServicesListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

Mevcut hizmeti güncelleştirir.

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

serviceName

string

Azure API Center hizmetinin adı.

properties
ServiceUpdate

Güncelleştirilecek kaynak özellikleri.

options
ServicesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Service>