Sdílet prostřednictvím


ComponentQuotaStatus class

Třída představující ComponentQuotaStatus.

Konstruktory

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Vytvořte ComponentQuotaStatus.

Metody

get(string, string, RequestOptionsBase)

Vrátí stav denního limitu objemu dat (kvóty) pro komponentu Application Insights.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

Podrobnosti konstruktoru

ComponentQuotaStatus(ApplicationInsightsManagementClientContext)

Vytvořte ComponentQuotaStatus.

new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)

Parametry

client
ApplicationInsightsManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

get(string, string, RequestOptionsBase)

Vrátí stav denního limitu objemu dat (kvóty) pro komponentu Application Insights.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.ComponentQuotaStatusGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.

options
RequestOptionsBase

Volitelné parametry

get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

resourceName

string

Název prostředku komponenty Application Insights.