NetworkUsage Interface
Implements
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 and Description |
---|---|
abstract long | currentValue() |
abstract long | limit() |
abstract
Usage |
name() |
abstract
Usage |
unit() |
Method Details
currentValue
public abstract long currentValue()
Returns:
the current count of the allocated resources in the subscription
limit
public abstract long limit()
Returns:
the maximum count of the resources that can be allocated in the subscription
name
public abstract UsageName name()
Returns:
the name of the type of usage
unit
public abstract UsageUnit unit()
Returns:
the unit of measurement.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java