BillingInfo interface

Interface representing a BillingInfo.

Methods

get(string, string, BillingInfoGetOptionalParams)

Get marketplace and organization info mapped to the given monitor.

Method Details

get(string, string, BillingInfoGetOptionalParams)

Get marketplace and organization 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

Monitor resource name

options
BillingInfoGetOptionalParams

The options parameters.

Returns