MonitoredSubscriptions interface
Interface representing a MonitoredSubscriptions.
Methods
begin |
Add the subscriptions that should be monitored by the NewRelic monitor resource. |
begin |
Add the subscriptions that should be monitored by the NewRelic monitor resource. |
begin |
Updates the subscriptions that are being monitored by the NewRelic monitor resource |
begin |
Updates the subscriptions that are being monitored by the NewRelic monitor resource |
begin |
Updates the subscriptions that are being monitored by the NewRelic monitor resource |
begin |
Updates the subscriptions that are being monitored by the NewRelic monitor resource |
get(string, string, string, Monitored |
List the subscriptions currently being monitored by the NewRelic monitor resource. |
list(string, string, Monitored |
List the subscriptions currently being monitored by the NewRelic monitor resource. |
Method Details
beginCreateorUpdate(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)
Add the subscriptions that should be monitored by the NewRelic monitor resource.
function beginCreateorUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
beginCreateorUpdateAndWait(string, string, string, MonitoredSubscriptionsCreateorUpdateOptionalParams)
Add the subscriptions that should be monitored by the NewRelic monitor resource.
function beginCreateorUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsCreateorUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<MonitoredSubscriptionProperties>
beginDelete(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)
Updates the subscriptions that are being monitored by the NewRelic monitor resource
function beginDelete(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionsDeleteHeaders>, MonitoredSubscriptionsDeleteHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitoredSubscriptionsDeleteHeaders>, MonitoredSubscriptionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, MonitoredSubscriptionsDeleteOptionalParams)
Updates the subscriptions that are being monitored by the NewRelic monitor resource
function beginDeleteAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsDeleteOptionalParams): Promise<MonitoredSubscriptionsDeleteHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<MonitoredSubscriptionsDeleteHeaders>
beginUpdate(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)
Updates the subscriptions that are being monitored by the NewRelic monitor resource
function beginUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<MonitoredSubscriptionProperties>, MonitoredSubscriptionProperties>>
beginUpdateAndWait(string, string, string, MonitoredSubscriptionsUpdateOptionalParams)
Updates the subscriptions that are being monitored by the NewRelic monitor resource
function beginUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsUpdateOptionalParams): Promise<MonitoredSubscriptionProperties>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<MonitoredSubscriptionProperties>
get(string, string, string, MonitoredSubscriptionsGetOptionalParams)
List the subscriptions currently being monitored by the NewRelic monitor resource.
function get(resourceGroupName: string, monitorName: string, configurationName: string, options?: MonitoredSubscriptionsGetOptionalParams): Promise<MonitoredSubscriptionProperties>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
- configurationName
-
string
The configuration name. Only 'default' value is supported.
The options parameters.
Returns
Promise<MonitoredSubscriptionProperties>
list(string, string, MonitoredSubscriptionsListOptionalParams)
List the subscriptions currently being monitored by the NewRelic monitor resource.
function list(resourceGroupName: string, monitorName: string, options?: MonitoredSubscriptionsListOptionalParams): PagedAsyncIterableIterator<MonitoredSubscriptionProperties, MonitoredSubscriptionProperties[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Name of the Monitors resource
The options parameters.