次の方法で共有


MonitoredSubscriptions interface

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

メソッド

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

Datadog モニター リソースによって監視する必要があるサブスクリプションを追加します。

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

Datadog モニター リソースによって監視する必要があるサブスクリプションを追加します。

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

Datadog モニター リソースによって現在監視されているサブスクリプションを一覧表示します。

list(string, string, MonitoredSubscriptionsListOptionalParams)

Datadog モニター リソースによって現在監視されているサブスクリプションを一覧表示します。

メソッドの詳細

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

Datadog モニター リソースによって監視する必要があるサブスクリプションを追加します。

function beginCreateorUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名。 'default' 値のみがサポートされています。

options
MonitoredSubscriptionsCreateorUpdateOptionalParams

オプション パラメーター。

戻り値

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

Datadog モニター リソースによって監視する必要があるサブスクリプションを追加します。

function beginCreateorUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名。 'default' 値のみがサポートされています。

options
MonitoredSubscriptionsCreateorUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名

options
MonitoredSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名

options
MonitoredSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

function beginUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名。 'default' 値のみがサポートされています。

options
MonitoredSubscriptionsUpdateOptionalParams

オプション パラメーター。

戻り値

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

Datadog モニター リソースによって監視されているサブスクリプションを更新します

function beginUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名。 'default' 値のみがサポートされています。

options
MonitoredSubscriptionsUpdateOptionalParams

オプション パラメーター。

戻り値

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

Datadog モニター リソースによって現在監視されているサブスクリプションを一覧表示します。

function get(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsGetOptionalParams): Promise<MonitoredSubscriptionProperties>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

configurationName

string

構成名。 'default' 値のみがサポートされています。

options
MonitoredSubscriptionsGetOptionalParams

オプション パラメーター。

戻り値

list(string, string, MonitoredSubscriptionsListOptionalParams)

Datadog モニター リソースによって現在監視されているサブスクリプションを一覧表示します。

function list(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams): PagedAsyncIterableIterator<MonitoredSubscriptionProperties, MonitoredSubscriptionProperties[], PageSettings>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitoredSubscriptionsListOptionalParams

オプション パラメーター。

戻り値