azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

82 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.ResourceUsage"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage"
name: "ResourceUsage"
nameWithType: "ResourceUsage"
summary: "Provides information about CDN resource usages."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ResourceUsage**"
constructors:
- uid: "com.microsoft.azure.management.cdn.ResourceUsage.ResourceUsage(com.microsoft.azure.management.cdn.implementation.ResourceUsageInner)"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage.ResourceUsage(ResourceUsageInner inner)"
name: "ResourceUsage(ResourceUsageInner inner)"
nameWithType: "ResourceUsage.ResourceUsage(ResourceUsageInner inner)"
summary: "Construct Resource<wbr>Usage object from server response object."
parameters:
- description: "server response object containing resource usages."
name: "inner"
type: "<xref href=\"com.microsoft.azure.management.cdn.implementation.ResourceUsageInner?alt=com.microsoft.azure.management.cdn.implementation.ResourceUsageInner&text=ResourceUsageInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResourceUsage(ResourceUsageInner inner)"
desc: "Construct ResourceUsage object from server response object."
methods:
- uid: "com.microsoft.azure.management.cdn.ResourceUsage.currentValue()"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage.currentValue()"
name: "currentValue()"
nameWithType: "ResourceUsage.currentValue()"
summary: "Actual value of the resource type."
syntax: "public int currentValue()"
desc: "Actual value of the resource type."
returns:
description: "value of the resource type"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourceUsage.limit()"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage.limit()"
name: "limit()"
nameWithType: "ResourceUsage.limit()"
summary: "Quota of the resource type."
syntax: "public int limit()"
desc: "Quota of the resource type."
returns:
description: "quota of the resource type"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourceUsage.resourceType()"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage.resourceType()"
name: "resourceType()"
nameWithType: "ResourceUsage.resourceType()"
summary: "Resource type of the usages."
syntax: "public String resourceType()"
desc: "Resource type of the usages."
returns:
description: "type of the usages"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ResourceUsage.unit()"
fullName: "com.microsoft.azure.management.cdn.ResourceUsage.unit()"
name: "unit()"
nameWithType: "ResourceUsage.unit()"
summary: "Unit of the usage."
syntax: "public String unit()"
desc: "Unit of the usage. e.g. Count."
returns:
description: "unit of the usage"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Provides information about CDN resource usages."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4