WorkspaceSku Class

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

public final class WorkspaceSku

The SKU (tier) of a workspace.

Constructor Summary

Constructor Description
WorkspaceSku()

Method Summary

Modifier and Type Method and Description
CapacityReservationLevel capacityReservationLevel()

Get the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

String lastSkuUpdate()

Get the lastSkuUpdate property: The last time when the sku was updated.

WorkspaceSkuNameEnum name()

Get the name property: The name of the SKU.

void validate()

Validates the instance.

WorkspaceSku withCapacityReservationLevel(CapacityReservationLevel capacityReservationLevel)

Set the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

WorkspaceSku withName(WorkspaceSkuNameEnum name)

Set the name property: The name of the SKU.

Methods inherited from java.lang.Object

Constructor Details

WorkspaceSku

public WorkspaceSku()

Method Details

capacityReservationLevel

public CapacityReservationLevel capacityReservationLevel()

Get the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

Returns:

the capacityReservationLevel value.

lastSkuUpdate

public String lastSkuUpdate()

Get the lastSkuUpdate property: The last time when the sku was updated.

Returns:

the lastSkuUpdate value.

name

public WorkspaceSkuNameEnum name()

Get the name property: The name of the SKU.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withCapacityReservationLevel

public WorkspaceSku withCapacityReservationLevel(CapacityReservationLevel capacityReservationLevel)

Set the capacityReservationLevel property: The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

Parameters:

capacityReservationLevel - the capacityReservationLevel value to set.

Returns:

the WorkspaceSku object itself.

withName

public WorkspaceSku withName(WorkspaceSkuNameEnum name)

Set the name property: The name of the SKU.

Parameters:

name - the name value to set.

Returns:

the WorkspaceSku object itself.

Applies to