56 строки
3.4 KiB
YAML
56 строки
3.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.NetworkUsage"
|
|
fullName: "com.microsoft.azure.management.network.NetworkUsage"
|
|
name: "NetworkUsage"
|
|
nameWithType: "NetworkUsage"
|
|
summary: "An immutable client-side representation of an Azure compute resource usage info object."
|
|
syntax: "public interface **NetworkUsage**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.UsageInner?alt=com.microsoft.azure.management.network.implementation.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.NetworkUsage.currentValue()"
|
|
fullName: "com.microsoft.azure.management.network.NetworkUsage.currentValue()"
|
|
name: "currentValue()"
|
|
nameWithType: "NetworkUsage.currentValue()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long currentValue()"
|
|
returns:
|
|
description: "the current count of the allocated resources in the subscription"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.NetworkUsage.limit()"
|
|
fullName: "com.microsoft.azure.management.network.NetworkUsage.limit()"
|
|
name: "limit()"
|
|
nameWithType: "NetworkUsage.limit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract long limit()"
|
|
returns:
|
|
description: "the maximum count of the resources that can be allocated in the\n subscription"
|
|
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.NetworkUsage.name()"
|
|
fullName: "com.microsoft.azure.management.network.NetworkUsage.name()"
|
|
name: "name()"
|
|
nameWithType: "NetworkUsage.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UsageName name()"
|
|
returns:
|
|
description: "the name of the type of usage"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.UsageName?alt=com.microsoft.azure.management.network.UsageName&text=UsageName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.NetworkUsage.unit()"
|
|
fullName: "com.microsoft.azure.management.network.NetworkUsage.unit()"
|
|
name: "unit()"
|
|
nameWithType: "NetworkUsage.unit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract NetworkUsageUnit unit()"
|
|
returns:
|
|
description: "the unit of measurement."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.NetworkUsageUnit?alt=com.microsoft.azure.management.network.NetworkUsageUnit&text=NetworkUsageUnit\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure compute resource usage info object."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.implementation.UsageInner?alt=com.microsoft.azure.management.network.implementation.UsageInner&text=UsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|