次の方法で共有


Apms interface

Apms を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, ApmResource, ApmsCreateOrUpdateOptionalParams)

APM を作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, ApmResource, ApmsCreateOrUpdateOptionalParams)

APM を作成または更新します。

beginDelete(string, string, string, ApmsDeleteOptionalParams)

APM を削除する操作

beginDeleteAndWait(string, string, string, ApmsDeleteOptionalParams)

APM を削除する操作

get(string, string, string, ApmsGetOptionalParams)

名前で APM を取得します。

list(string, string, ApmsListOptionalParams)

API のコレクションを取得します。

listSecretKeys(string, string, string, ApmsListSecretKeysOptionalParams)

APM の機密性の高いプロパティのキーを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, ApmResource, ApmsCreateOrUpdateOptionalParams)

APM を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, apmName: string, apmResource: ApmResource, options?: ApmsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApmResource>, ApmResource>>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

apmResource
ApmResource

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

options
ApmsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, ApmResource, ApmsCreateOrUpdateOptionalParams)

APM を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, apmName: string, apmResource: ApmResource, options?: ApmsCreateOrUpdateOptionalParams): Promise<ApmResource>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

apmResource
ApmResource

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

options
ApmsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<ApmResource>

beginDelete(string, string, string, ApmsDeleteOptionalParams)

APM を削除する操作

function beginDelete(resourceGroupName: string, serviceName: string, apmName: string, options?: ApmsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ApmsDeleteHeaders>, ApmsDeleteHeaders>>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

options
ApmsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, ApmsDeleteOptionalParams)

APM を削除する操作

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, apmName: string, options?: ApmsDeleteOptionalParams): Promise<ApmsDeleteHeaders>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

options
ApmsDeleteOptionalParams

options パラメーター。

戻り値

get(string, string, string, ApmsGetOptionalParams)

名前で APM を取得します。

function get(resourceGroupName: string, serviceName: string, apmName: string, options?: ApmsGetOptionalParams): Promise<ApmResource>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

options
ApmsGetOptionalParams

options パラメーター。

戻り値

Promise<ApmResource>

list(string, string, ApmsListOptionalParams)

API のコレクションを取得します。

function list(resourceGroupName: string, serviceName: string, options?: ApmsListOptionalParams): PagedAsyncIterableIterator<ApmResource, ApmResource[], PageSettings>

パラメーター

resourceGroupName

string

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

serviceName

string

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

options
ApmsListOptionalParams

options パラメーター。

戻り値

listSecretKeys(string, string, string, ApmsListSecretKeysOptionalParams)

APM の機密性の高いプロパティのキーを一覧表示します。

function listSecretKeys(resourceGroupName: string, serviceName: string, apmName: string, options?: ApmsListSecretKeysOptionalParams): Promise<ApmSecretKeys>

パラメーター

resourceGroupName

string

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

serviceName

string

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

apmName

string

APM の名前

options
ApmsListSecretKeysOptionalParams

options パラメーター。

戻り値

Promise<ApmSecretKeys>