46 строки
2.3 KiB
YAML
46 строки
2.3 KiB
YAML
### YamlMime:JavaType
|
|
inheritedMembers:
|
|
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.compute.ComputeUsage.currentValue()
|
|
name: currentValue()
|
|
nameWithType: ComputeUsage.currentValue()
|
|
returns:
|
|
description: <p>the current count of the allocated resources in the subscription </p>
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int currentValue()
|
|
uid: com.microsoft.azure.management.compute.ComputeUsage.currentValue()
|
|
- fullName: com.microsoft.azure.management.compute.ComputeUsage.limit()
|
|
name: limit()
|
|
nameWithType: ComputeUsage.limit()
|
|
returns:
|
|
description: <p>the maximum count of the resources that can be allocated in the subscription </p>
|
|
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
|
|
syntax: public long limit()
|
|
uid: com.microsoft.azure.management.compute.ComputeUsage.limit()
|
|
- fullName: com.microsoft.azure.management.compute.ComputeUsage.name()
|
|
name: name()
|
|
nameWithType: ComputeUsage.name()
|
|
returns:
|
|
description: <p>the name of the type of usage </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.UsageName?alt=com.microsoft.azure.management.compute.UsageName&text=UsageName" data-throw-if-not-resolved="False"/>
|
|
syntax: public UsageName name()
|
|
uid: com.microsoft.azure.management.compute.ComputeUsage.name()
|
|
- fullName: com.microsoft.azure.management.compute.ComputeUsage.unit()
|
|
name: unit()
|
|
nameWithType: ComputeUsage.unit()
|
|
returns:
|
|
description: <p>the unit of measurement </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ComputeUsageUnit?alt=com.microsoft.azure.management.compute.ComputeUsageUnit&text=ComputeUsageUnit" data-throw-if-not-resolved="False"/>
|
|
syntax: public ComputeUsageUnit unit()
|
|
uid: com.microsoft.azure.management.compute.ComputeUsage.unit()
|
|
nameWithType: ComputeUsage
|
|
syntax: public interface ComputeUsage extends HasInner<UsageInner>
|
|
type: interface
|
|
uid: com.microsoft.azure.management.compute.ComputeUsage
|
|
fullName: com.microsoft.azure.management.compute.ComputeUsage
|
|
name: ComputeUsage
|
|
package: com.microsoft.azure.management.compute
|
|
summary: <p>An immutable client-side representation of an Azure compute resource usage info object. </p>
|
|
metadata: {}
|