次の方法で共有


Monitors interface

モニターを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

MonitorResource を作成する

beginCreateOrUpdateAndWait(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

MonitorResource を作成する

beginDelete(string, string, MonitorsDeleteOptionalParams)

MonitorResource を削除する

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

MonitorResource を削除する

get(string, string, MonitorsGetOptionalParams)

MonitorResource を取得する

getMarketplaceSaaSResourceDetails(MarketplaceSaaSResourceDetailsRequest, MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams)

特定のサブスクリプションのテナントの Marketplace SaaS リソースの詳細を取得する

getMetricStatus(string, string, MonitorsGetMetricStatusOptionalParams)

メトリックの状態を取得する

getSSODetails(string, string, MonitorsGetSSODetailsOptionalParams)

パートナーから SSO 構成の詳細を取得します。

getVMHostPayload(string, string, MonitorsGetVMHostPayloadOptionalParams)

Dynatrace エージェントを VM にインストールするために要求本文で渡す必要があるペイロードを返します。

listAppServices(string, string, MonitorsListAppServicesOptionalParams)

Dynatrace PaaS OneAgent が有効になっている App Services の一覧を取得します

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

リソース グループ別に MonitorResource リソースを一覧表示する

listBySubscriptionId(MonitorsListBySubscriptionIdOptionalParams)

すべての MonitorResource を subscriptionId 別に一覧表示する

listHosts(string, string, MonitorsListHostsOptionalParams)

Dynatrace リソースによって現在監視されている VM/VMSS リソースを一覧表示します。

listLinkableEnvironments(string, string, LinkableEnvironmentRequest, MonitorsListLinkableEnvironmentsOptionalParams)

ユーザーが Azure リソースをリンクできるすべての Dynatrace 環境を取得します。

listMonitoredResources(string, string, MonitorsListMonitoredResourcesOptionalParams)

Dynatrace モニター リソースによって現在監視されているリソースを一覧表示します。

update(string, string, MonitorResourceUpdate, MonitorsUpdateOptionalParams)

MonitorResource を更新する

メソッドの詳細

beginCreateOrUpdate(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

MonitorResource を作成する

function beginCreateOrUpdate(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorResource>, MonitorResource>>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

resource
MonitorResource

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

options
MonitorsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, MonitorResource, MonitorsCreateOrUpdateOptionalParams)

MonitorResource を作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, resource: MonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<MonitorResource>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

resource
MonitorResource

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

options
MonitorsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<MonitorResource>

beginDelete(string, string, MonitorsDeleteOptionalParams)

MonitorResource を削除する

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

MonitorResource を削除する

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, MonitorsGetOptionalParams)

MonitorResource を取得する

function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorResource>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsGetOptionalParams

options パラメーター。

戻り値

Promise<MonitorResource>

getMarketplaceSaaSResourceDetails(MarketplaceSaaSResourceDetailsRequest, MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams)

特定のサブスクリプションのテナントの Marketplace SaaS リソースの詳細を取得する

function getMarketplaceSaaSResourceDetails(request: MarketplaceSaaSResourceDetailsRequest, options?: MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams): Promise<MarketplaceSaaSResourceDetailsResponse>

パラメーター

request
MarketplaceSaaSResourceDetailsRequest

テナント ID

options
MonitorsGetMarketplaceSaaSResourceDetailsOptionalParams

options パラメーター。

戻り値

getMetricStatus(string, string, MonitorsGetMetricStatusOptionalParams)

メトリックの状態を取得する

function getMetricStatus(resourceGroupName: string, monitorName: string, options?: MonitorsGetMetricStatusOptionalParams): Promise<MetricsStatusResponse>

パラメーター

resourceGroupName

string

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

monitorName

string

Monitor リソースの名前

options
MonitorsGetMetricStatusOptionalParams

options パラメーター。

戻り値

getSSODetails(string, string, MonitorsGetSSODetailsOptionalParams)

パートナーから SSO 構成の詳細を取得します。

function getSSODetails(resourceGroupName: string, monitorName: string, options?: MonitorsGetSSODetailsOptionalParams): Promise<SSODetailsResponse>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsGetSSODetailsOptionalParams

options パラメーター。

戻り値

getVMHostPayload(string, string, MonitorsGetVMHostPayloadOptionalParams)

Dynatrace エージェントを VM にインストールするために要求本文で渡す必要があるペイロードを返します。

function getVMHostPayload(resourceGroupName: string, monitorName: string, options?: MonitorsGetVMHostPayloadOptionalParams): Promise<VMExtensionPayload>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsGetVMHostPayloadOptionalParams

options パラメーター。

戻り値

listAppServices(string, string, MonitorsListAppServicesOptionalParams)

Dynatrace PaaS OneAgent が有効になっている App Services の一覧を取得します

function listAppServices(resourceGroupName: string, monitorName: string, options?: MonitorsListAppServicesOptionalParams): PagedAsyncIterableIterator<AppServiceInfo, AppServiceInfo[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsListAppServicesOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

リソース グループ別に MonitorResource リソースを一覧表示する

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

パラメーター

resourceGroupName

string

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

options
MonitorsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscriptionId(MonitorsListBySubscriptionIdOptionalParams)

すべての MonitorResource を subscriptionId 別に一覧表示する

function listBySubscriptionId(options?: MonitorsListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<MonitorResource, MonitorResource[], PageSettings>

パラメーター

options
MonitorsListBySubscriptionIdOptionalParams

options パラメーター。

戻り値

listHosts(string, string, MonitorsListHostsOptionalParams)

Dynatrace リソースによって現在監視されている VM/VMSS リソースを一覧表示します。

function listHosts(resourceGroupName: string, monitorName: string, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<VMInfo, VMInfo[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsListHostsOptionalParams

options パラメーター。

戻り値

listLinkableEnvironments(string, string, LinkableEnvironmentRequest, MonitorsListLinkableEnvironmentsOptionalParams)

ユーザーが Azure リソースをリンクできるすべての Dynatrace 環境を取得します。

function listLinkableEnvironments(resourceGroupName: string, monitorName: string, request: LinkableEnvironmentRequest, options?: MonitorsListLinkableEnvironmentsOptionalParams): PagedAsyncIterableIterator<LinkableEnvironmentResponse, LinkableEnvironmentResponse[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

request
LinkableEnvironmentRequest

リンク可能な環境要求の詳細。

options
MonitorsListLinkableEnvironmentsOptionalParams

options パラメーター。

戻り値

listMonitoredResources(string, string, MonitorsListMonitoredResourcesOptionalParams)

Dynatrace モニター リソースによって現在監視されているリソースを一覧表示します。

function listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource, MonitoredResource[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

options
MonitorsListMonitoredResourcesOptionalParams

options パラメーター。

戻り値

update(string, string, MonitorResourceUpdate, MonitorsUpdateOptionalParams)

MonitorResource を更新する

function update(resourceGroupName: string, monitorName: string, resource: MonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<MonitorResource>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名を監視する

resource
MonitorResourceUpdate

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

options
MonitorsUpdateOptionalParams

options パラメーター。

戻り値

Promise<MonitorResource>