Interface NetworkUsage

All Superinterfaces:
HasInnerModel<UsageInner>

public interface NetworkUsage extends HasInnerModel<UsageInner>
An immutable client-side representation of an Azure compute resource usage info object.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the current count of the allocated resources in the subscription.
    long
    Gets the maximum count of the resources that can be allocated in the subscription.
    Gets the name of the type of usage.
    Gets the unit of measurement.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel
  • Method Details

    • unit

      UsageUnit unit()
      Gets the unit of measurement.
      Returns:
      the unit of measurement.
    • currentValue

      long currentValue()
      Gets the current count of the allocated resources in the subscription.
      Returns:
      the current count of the allocated resources in the subscription
    • limit

      long limit()
      Gets the maximum count of the resources that can be allocated in the subscription.
      Returns:
      the maximum count of the resources that can be allocated in the subscription
    • name

      UsageName name()
      Gets the name of the type of usage.
      Returns:
      the name of the type of usage