Services interface
サービスを表すインターフェイス。
メソッド
begin |
有効なメタデータ スキーマをエクスポートします。 |
begin |
有効なメタデータ スキーマをエクスポートします。 |
create |
新しい API を作成するか、既存の API を更新します。 |
delete(string, string, Services |
指定したサービスを削除します。 |
get(string, string, Services |
サービスの詳細を返します。 |
list |
リソース グループ内のサービスのコレクションを返します。 |
list |
Azure サブスクリプション内のサービスをListsします。 |
update(string, string, Service |
既存のサービスを更新します。 |
メソッドの詳細
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 サービスの名前。
アクション要求の内容
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 サービスの名前。
アクション要求の内容
options パラメーター。
戻り値
Promise<MetadataSchemaExportResult>
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 パラメーター。
戻り値
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 パラメーター。
戻り値
listBySubscription(ServicesListBySubscriptionOptionalParams)
Azure サブスクリプション内のサービスをListsします。
function listBySubscription(options?: ServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Service, Service[], PageSettings>
パラメーター
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>