ComponentQuotaStatus class
Class representing a ComponentQuotaStatus.
Constructors
Component |
Create a ComponentQuotaStatus. |
Methods
get(string, string, Request |
Returns daily data volume cap (quota) status for an Application Insights component. |
get(string, string, Request |
|
get(string, string, Service |
Constructor Details
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
Create a ComponentQuotaStatus.
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
Parameters
Reference to the service client.
Method Details
get(string, string, RequestOptionsBase)
Returns daily data volume cap (quota) status for an Application Insights component.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ComponentQuotaStatusGetResponse>
Promise<Models.ComponentQuotaStatusGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- options
- RequestOptionsBase
The optional parameters
The callback
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
The callback