次の方法で共有


ApplicationInsightsComponentQuotaStatus Interface

public interface ApplicationInsightsComponentQuotaStatus

An immutable client-side representation of ApplicationInsightsComponentQuotaStatus.

Method Summary

Modifier and Type Method and Description
abstract String appId()

Gets the appId property: The Application ID for the Application Insights component.

abstract String expirationTime()

Gets the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion will resume.

abstract ApplicationInsightsComponentQuotaStatusInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner object.

abstract Boolean shouldBeThrottled()

Gets the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.

Method Details

appId

public abstract String appId()

Gets the appId property: The Application ID for the Application Insights component.

Returns:

the appId value.

expirationTime

public abstract String expirationTime()

Gets the expirationTime property: Date and time when the daily data volume cap will be reset, and data ingestion will resume.

Returns:

the expirationTime value.

innerModel

public abstract ApplicationInsightsComponentQuotaStatusInner innerModel()

Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentQuotaStatusInner object.

Returns:

the inner object.

shouldBeThrottled

public abstract Boolean shouldBeThrottled()

Gets the shouldBeThrottled property: The daily data volume cap is met, and data ingestion will be stopped.

Returns:

the shouldBeThrottled value.

Applies to