次の方法で共有


Services interface

サービスを表すインターフェイス。

メソッド

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

有効なメタデータ スキーマをエクスポートします。

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

有効なメタデータ スキーマをエクスポートします。

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

新しい API を作成するか、既存の API を更新します。

delete(string, string, ServicesDeleteOptionalParams)

指定したサービスを削除します。

get(string, string, ServicesGetOptionalParams)

サービスの詳細を返します。

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

リソース グループ内のサービスのコレクションを返します。

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure サブスクリプション内のサービスをListsします。

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

既存のサービスを更新します。

メソッドの詳細

beginExportMetadataSchema(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

有効なメタデータ スキーマをエクスポートします。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

body
MetadataSchemaExportRequest

アクション要求の内容

options
ServicesExportMetadataSchemaOptionalParams

options パラメーター。

戻り値

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

beginExportMetadataSchemaAndWait(string, string, MetadataSchemaExportRequest, ServicesExportMetadataSchemaOptionalParams)

有効なメタデータ スキーマをエクスポートします。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

body
MetadataSchemaExportRequest

アクション要求の内容

options
ServicesExportMetadataSchemaOptionalParams

options パラメーター。

戻り値

createOrUpdate(string, string, Service, ServicesCreateOrUpdateOptionalParams)

新しい API を作成するか、既存の API を更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

resource
Service

リソース作成パラメーター。

options
ServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Service>

delete(string, string, ServicesDeleteOptionalParams)

指定したサービスを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

options
ServicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, ServicesGetOptionalParams)

サービスの詳細を返します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

options
ServicesGetOptionalParams

options パラメーター。

戻り値

Promise<Service>

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

リソース グループ内のサービスのコレクションを返します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
ServicesListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ServicesListBySubscriptionOptionalParams)

Azure サブスクリプション内のサービスをListsします。

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

パラメーター

options
ServicesListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, ServiceUpdate, ServicesUpdateOptionalParams)

既存のサービスを更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

Azure API Center サービスの名前。

properties
ServiceUpdate

更新するリソース プロパティ。

options
ServicesUpdateOptionalParams

options パラメーター。

戻り値

Promise<Service>