BillingInfo interface
Interface representing a BillingInfo.
Methods
| get(string, string, Billing |
Retrieve marketplace and organization billing information mapped to the given Elastic monitor resource. |
Method Details
get(string, string, BillingInfoGetOptionalParams)
Retrieve marketplace and organization billing information mapped to the given Elastic monitor resource.
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
Promise<BillingInfoResponse>