WorkspaceCapping Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.WorkspaceCapping

public final class WorkspaceCapping

The daily volume cap for ingestion.

Constructor Summary

Constructor Description
WorkspaceCapping()

Method Summary

Modifier and Type Method and Description
Double dailyQuotaGb()

Get the dailyQuotaGb property: The workspace daily quota for ingestion.

DataIngestionStatus dataIngestionStatus()

Get the dataIngestionStatus property: The status of data ingestion for this workspace.

String quotaNextResetTime()

Get the quotaNextResetTime property: The time when the quota will be rest.

void validate()

Validates the instance.

WorkspaceCapping withDailyQuotaGb(Double dailyQuotaGb)

Set the dailyQuotaGb property: The workspace daily quota for ingestion.

Methods inherited from java.lang.Object

Constructor Details

WorkspaceCapping

public WorkspaceCapping()

Method Details

dailyQuotaGb

public Double dailyQuotaGb()

Get the dailyQuotaGb property: The workspace daily quota for ingestion.

Returns:

the dailyQuotaGb value.

dataIngestionStatus

public DataIngestionStatus dataIngestionStatus()

Get the dataIngestionStatus property: The status of data ingestion for this workspace.

Returns:

the dataIngestionStatus value.

quotaNextResetTime

public String quotaNextResetTime()

Get the quotaNextResetTime property: The time when the quota will be rest.

Returns:

the quotaNextResetTime value.

validate

public void validate()

Validates the instance.

withDailyQuotaGb

public WorkspaceCapping withDailyQuotaGb(Double dailyQuotaGb)

Set the dailyQuotaGb property: The workspace daily quota for ingestion.

Parameters:

dailyQuotaGb - the dailyQuotaGb value to set.

Returns:

the WorkspaceCapping object itself.

Applies to