BillingInfo interface

Interface representing a BillingInfo.

Methods

get(string, string, BillingInfoGetOptionalParams)

Get marketplace info mapped to the given monitor.

Method Details

get(string, string, BillingInfoGetOptionalParams)

Get marketplace info mapped to the given monitor.

function get(resourceGroupName: string, monitorName: string, options?: BillingInfoGetOptionalParams): Promise<BillingInfoResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Name of the Monitors resource

options
BillingInfoGetOptionalParams

The options parameters.

Returns