共用方式為


MonitoredSubscriptions interface

表示 MonitoredSubscriptions 的介面。

方法

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

新增應該由 NewRelic 監視資源監視的訂用帳戶。

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

新增應該由 NewRelic 監視資源監視的訂用帳戶。

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

列出 NewRelic 監視資源目前正在監視的訂用帳戶。

list(string, string, MonitoredSubscriptionsListOptionalParams)

列出 NewRelic 監視資源目前正在監視的訂用帳戶。

方法詳細資料

beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

新增應該由 NewRelic 監視資源監視的訂用帳戶。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)

新增應該由 NewRelic 監視資源監視的訂用帳戶。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)

匯報 NewRelic 監視資源所監視的訂用帳戶

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

configurationName

string

組態名稱。 僅支援 『default』 值。

傳回

get(string, string, string, MonitoredSubscriptionsGetOptionalParams)

列出 NewRelic 監視資源目前正在監視的訂用帳戶。

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)

列出 NewRelic 監視資源目前正在監視的訂用帳戶。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

monitorName

string

監視器資源的名稱

傳回