次の方法で共有


Services interface

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

メソッド

beginCreateOrUpdate(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

新しいサービスを作成するか、終了するサービスを更新します。

beginCreateOrUpdateAndWait(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

新しいサービスを作成するか、終了するサービスを更新します。

beginDelete(string, string, ServicesDeleteOptionalParams)

サービスを削除する操作。

beginDeleteAndWait(string, string, ServicesDeleteOptionalParams)

サービスを削除する操作。

beginDisableApmGlobally(string, string, ApmReference, ServicesDisableApmGloballyOptionalParams)

APM をグローバルに無効にします。

beginDisableApmGloballyAndWait(string, string, ApmReference, ServicesDisableApmGloballyOptionalParams)

APM をグローバルに無効にします。

beginEnableApmGlobally(string, string, ApmReference, ServicesEnableApmGloballyOptionalParams)

APM をグローバルに有効にします。

beginEnableApmGloballyAndWait(string, string, ApmReference, ServicesEnableApmGloballyOptionalParams)

APM をグローバルに有効にします。

beginFlushVnetDnsSetting(string, string, ServicesFlushVnetDnsSettingOptionalParams)

VNET 挿入されたサービスVirtual Network DNS 設定をフラッシュします。

beginFlushVnetDnsSettingAndWait(string, string, ServicesFlushVnetDnsSettingOptionalParams)

VNET 挿入されたサービスVirtual Network DNS 設定をフラッシュします。

beginStart(string, string, ServicesStartOptionalParams)

サービスを開始します。

beginStartAndWait(string, string, ServicesStartOptionalParams)

サービスを開始します。

beginStop(string, string, ServicesStopOptionalParams)

サービスを停止します。

beginStopAndWait(string, string, ServicesStopOptionalParams)

サービスを停止します。

beginUpdate(string, string, ServiceResource, ServicesUpdateOptionalParams)

終了しているサービスを更新する操作。

beginUpdateAndWait(string, string, ServiceResource, ServicesUpdateOptionalParams)

終了しているサービスを更新する操作。

checkNameAvailability(string, NameAvailabilityParameters, ServicesCheckNameAvailabilityOptionalParams)

リソース名が有効であり、まだ使用されていないことを確認します。

disableTestEndpoint(string, string, ServicesDisableTestEndpointOptionalParams)

サービスのテスト エンドポイント機能を無効にします。

enableTestEndpoint(string, string, ServicesEnableTestEndpointOptionalParams)

サービスのテスト エンドポイント機能を有効にします。

get(string, string, ServicesGetOptionalParams)

サービスとそのプロパティを取得します。

list(string, ServicesListOptionalParams)

リソース グループ内のすべてのリソースを一覧表示する要求を処理します。

listBySubscription(ServicesListBySubscriptionOptionalParams)

サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。

listGloballyEnabledApms(string, string, ServicesListGloballyEnabledApmsOptionalParams)

サービスのグローバルに有効な API を一覧表示します。

listSupportedApmTypes(string, string, ServicesListSupportedApmTypesOptionalParams)

サービスでサポートされている APM の種類を一覧表示します。

listSupportedServerVersions(string, string, ServicesListSupportedServerVersionsOptionalParams)

Microsoft.AppPlatform プロバイダーでサポートされているすべての使用可能なサーバー バージョンをListsします。

listTestKeys(string, string, ServicesListTestKeysOptionalParams)

サービスのテスト キーを一覧表示します。

regenerateTestKey(string, string, RegenerateTestKeyRequestPayload, ServicesRegenerateTestKeyOptionalParams)

サービスのテスト キーを再生成します。

メソッドの詳細

beginCreateOrUpdate(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

新しいサービスを作成するか、終了するサービスを更新します。

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

resource
ServiceResource

作成または更新操作のパラメーター

options
ServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)

新しいサービスを作成するか、終了するサービスを更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

resource
ServiceResource

作成または更新操作のパラメーター

options
ServicesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<ServiceResource>

beginDelete(string, string, ServicesDeleteOptionalParams)

サービスを削除する操作。

function beginDelete(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, ServicesDeleteOptionalParams)

サービスを削除する操作。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginDisableApmGlobally(string, string, ApmReference, ServicesDisableApmGloballyOptionalParams)

APM をグローバルに無効にします。

function beginDisableApmGlobally(resourceGroupName: string, serviceName: string, apm: ApmReference, options?: ServicesDisableApmGloballyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

apm
ApmReference

無効化操作のターゲット APM

options
ServicesDisableApmGloballyOptionalParams

options パラメーター。

戻り値

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

beginDisableApmGloballyAndWait(string, string, ApmReference, ServicesDisableApmGloballyOptionalParams)

APM をグローバルに無効にします。

function beginDisableApmGloballyAndWait(resourceGroupName: string, serviceName: string, apm: ApmReference, options?: ServicesDisableApmGloballyOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

apm
ApmReference

無効化操作のターゲット APM

options
ServicesDisableApmGloballyOptionalParams

options パラメーター。

戻り値

Promise<void>

beginEnableApmGlobally(string, string, ApmReference, ServicesEnableApmGloballyOptionalParams)

APM をグローバルに有効にします。

function beginEnableApmGlobally(resourceGroupName: string, serviceName: string, apm: ApmReference, options?: ServicesEnableApmGloballyOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

apm
ApmReference

有効化操作のターゲット APM

options
ServicesEnableApmGloballyOptionalParams

options パラメーター。

戻り値

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

beginEnableApmGloballyAndWait(string, string, ApmReference, ServicesEnableApmGloballyOptionalParams)

APM をグローバルに有効にします。

function beginEnableApmGloballyAndWait(resourceGroupName: string, serviceName: string, apm: ApmReference, options?: ServicesEnableApmGloballyOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

apm
ApmReference

有効化操作のターゲット APM

options
ServicesEnableApmGloballyOptionalParams

options パラメーター。

戻り値

Promise<void>

beginFlushVnetDnsSetting(string, string, ServicesFlushVnetDnsSettingOptionalParams)

VNET 挿入されたサービスVirtual Network DNS 設定をフラッシュします。

function beginFlushVnetDnsSetting(resourceGroupName: string, serviceName: string, options?: ServicesFlushVnetDnsSettingOptionalParams): Promise<SimplePollerLike<OperationState<ServicesFlushVnetDnsSettingHeaders>, ServicesFlushVnetDnsSettingHeaders>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesFlushVnetDnsSettingOptionalParams

options パラメーター。

戻り値

beginFlushVnetDnsSettingAndWait(string, string, ServicesFlushVnetDnsSettingOptionalParams)

VNET 挿入されたサービスVirtual Network DNS 設定をフラッシュします。

function beginFlushVnetDnsSettingAndWait(resourceGroupName: string, serviceName: string, options?: ServicesFlushVnetDnsSettingOptionalParams): Promise<ServicesFlushVnetDnsSettingHeaders>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesFlushVnetDnsSettingOptionalParams

options パラメーター。

戻り値

beginStart(string, string, ServicesStartOptionalParams)

サービスを開始します。

function beginStart(resourceGroupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesStartOptionalParams

options パラメーター。

戻り値

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

beginStartAndWait(string, string, ServicesStartOptionalParams)

サービスを開始します。

function beginStartAndWait(resourceGroupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesStartOptionalParams

options パラメーター。

戻り値

Promise<void>

beginStop(string, string, ServicesStopOptionalParams)

サービスを停止します。

function beginStop(resourceGroupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesStopOptionalParams

options パラメーター。

戻り値

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

beginStopAndWait(string, string, ServicesStopOptionalParams)

サービスを停止します。

function beginStopAndWait(resourceGroupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesStopOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, ServiceResource, ServicesUpdateOptionalParams)

終了しているサービスを更新する操作。

function beginUpdate(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

resource
ServiceResource

更新操作のパラメーター

options
ServicesUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, ServiceResource, ServicesUpdateOptionalParams)

終了しているサービスを更新する操作。

function beginUpdateAndWait(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesUpdateOptionalParams): Promise<ServiceResource>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

resource
ServiceResource

更新操作のパラメーター

options
ServicesUpdateOptionalParams

options パラメーター。

戻り値

Promise<ServiceResource>

checkNameAvailability(string, NameAvailabilityParameters, ServicesCheckNameAvailabilityOptionalParams)

リソース名が有効であり、まだ使用されていないことを確認します。

function checkNameAvailability(location: string, availabilityParameters: NameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<NameAvailability>

パラメーター

location

string

リージョン

availabilityParameters
NameAvailabilityParameters

操作に指定されたパラメーター。

options
ServicesCheckNameAvailabilityOptionalParams

options パラメーター。

戻り値

Promise<NameAvailability>

disableTestEndpoint(string, string, ServicesDisableTestEndpointOptionalParams)

サービスのテスト エンドポイント機能を無効にします。

function disableTestEndpoint(resourceGroupName: string, serviceName: string, options?: ServicesDisableTestEndpointOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesDisableTestEndpointOptionalParams

options パラメーター。

戻り値

Promise<void>

enableTestEndpoint(string, string, ServicesEnableTestEndpointOptionalParams)

サービスのテスト エンドポイント機能を有効にします。

function enableTestEndpoint(resourceGroupName: string, serviceName: string, options?: ServicesEnableTestEndpointOptionalParams): Promise<TestKeys>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesEnableTestEndpointOptionalParams

options パラメーター。

戻り値

Promise<TestKeys>

get(string, string, ServicesGetOptionalParams)

サービスとそのプロパティを取得します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesGetOptionalParams

options パラメーター。

戻り値

Promise<ServiceResource>

list(string, ServicesListOptionalParams)

リソース グループ内のすべてのリソースを一覧表示する要求を処理します。

function list(resourceGroupName: string, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

options
ServicesListOptionalParams

options パラメーター。

戻り値

listBySubscription(ServicesListBySubscriptionOptionalParams)

サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。

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

パラメーター

options
ServicesListBySubscriptionOptionalParams

options パラメーター。

戻り値

listGloballyEnabledApms(string, string, ServicesListGloballyEnabledApmsOptionalParams)

サービスのグローバルに有効な API を一覧表示します。

function listGloballyEnabledApms(resourceGroupName: string, serviceName: string, options?: ServicesListGloballyEnabledApmsOptionalParams): Promise<GloballyEnabledApms>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesListGloballyEnabledApmsOptionalParams

options パラメーター。

戻り値

listSupportedApmTypes(string, string, ServicesListSupportedApmTypesOptionalParams)

サービスでサポートされている APM の種類を一覧表示します。

function listSupportedApmTypes(resourceGroupName: string, serviceName: string, options?: ServicesListSupportedApmTypesOptionalParams): PagedAsyncIterableIterator<SupportedApmType, SupportedApmType[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesListSupportedApmTypesOptionalParams

options パラメーター。

戻り値

listSupportedServerVersions(string, string, ServicesListSupportedServerVersionsOptionalParams)

Microsoft.AppPlatform プロバイダーでサポートされているすべての使用可能なサーバー バージョンをListsします。

function listSupportedServerVersions(resourceGroupName: string, serviceName: string, options?: ServicesListSupportedServerVersionsOptionalParams): PagedAsyncIterableIterator<SupportedServerVersion, SupportedServerVersion[], PageSettings>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesListSupportedServerVersionsOptionalParams

options パラメーター。

戻り値

listTestKeys(string, string, ServicesListTestKeysOptionalParams)

サービスのテスト キーを一覧表示します。

function listTestKeys(resourceGroupName: string, serviceName: string, options?: ServicesListTestKeysOptionalParams): Promise<TestKeys>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
ServicesListTestKeysOptionalParams

options パラメーター。

戻り値

Promise<TestKeys>

regenerateTestKey(string, string, RegenerateTestKeyRequestPayload, ServicesRegenerateTestKeyOptionalParams)

サービスのテスト キーを再生成します。

function regenerateTestKey(resourceGroupName: string, serviceName: string, regenerateTestKeyRequest: RegenerateTestKeyRequestPayload, options?: ServicesRegenerateTestKeyOptionalParams): Promise<TestKeys>

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

regenerateTestKeyRequest
RegenerateTestKeyRequestPayload

操作のパラメーター

options
ServicesRegenerateTestKeyOptionalParams

options パラメーター。

戻り値

Promise<TestKeys>