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

132 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.RegistryUsage"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage"
name: "RegistryUsage"
nameWithType: "RegistryUsage"
summary: "The quota usage for a container registry."
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 **RegistryUsage**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.RegistryUsage()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.RegistryUsage()"
name: "RegistryUsage()"
nameWithType: "RegistryUsage.RegistryUsage()"
syntax: "public RegistryUsage()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.currentValue()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.currentValue()"
name: "currentValue()"
nameWithType: "RegistryUsage.currentValue()"
summary: "Get the current value of the usage."
syntax: "public Long currentValue()"
desc: "Get the current value of the usage."
returns:
description: "the currentValue value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.limit()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.limit()"
name: "limit()"
nameWithType: "RegistryUsage.limit()"
summary: "Get the limit of the usage."
syntax: "public Long limit()"
desc: "Get the limit of the usage."
returns:
description: "the limit value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.name()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.name()"
name: "name()"
nameWithType: "RegistryUsage.name()"
summary: "Get the name of the usage."
syntax: "public String name()"
desc: "Get the name of the usage."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.unit()"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.unit()"
name: "unit()"
nameWithType: "RegistryUsage.unit()"
summary: "Get the unit of measurement."
syntax: "public RegistryUsageUnit unit()"
desc: "Get the unit of measurement. Possible values include: 'Count', 'Bytes'."
returns:
description: "the unit value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsageUnit?alt=com.microsoft.azure.management.containerregistry.RegistryUsageUnit&text=RegistryUsageUnit\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.withCurrentValue(java.lang.Long)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.withCurrentValue(Long currentValue)"
name: "withCurrentValue(Long currentValue)"
nameWithType: "RegistryUsage.withCurrentValue(Long currentValue)"
summary: "Set the current value of the usage."
parameters:
- description: "the currentValue value to set"
name: "currentValue"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RegistryUsage withCurrentValue(Long currentValue)"
desc: "Set the current value of the usage."
returns:
description: "the RegistryUsage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.withLimit(java.lang.Long)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.withLimit(Long limit)"
name: "withLimit(Long limit)"
nameWithType: "RegistryUsage.withLimit(Long limit)"
summary: "Set the limit of the usage."
parameters:
- description: "the limit value to set"
name: "limit"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RegistryUsage withLimit(Long limit)"
desc: "Set the limit of the usage."
returns:
description: "the RegistryUsage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.withName(String name)"
name: "withName(String name)"
nameWithType: "RegistryUsage.withName(String name)"
summary: "Set the name of the usage."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RegistryUsage withName(String name)"
desc: "Set the name of the usage."
returns:
description: "the RegistryUsage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.RegistryUsage.withUnit(com.microsoft.azure.management.containerregistry.RegistryUsageUnit)"
fullName: "com.microsoft.azure.management.containerregistry.RegistryUsage.withUnit(RegistryUsageUnit unit)"
name: "withUnit(RegistryUsageUnit unit)"
nameWithType: "RegistryUsage.withUnit(RegistryUsageUnit unit)"
summary: "Set the unit of measurement."
parameters:
- description: "the unit value to set"
name: "unit"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsageUnit?alt=com.microsoft.azure.management.containerregistry.RegistryUsageUnit&text=RegistryUsageUnit\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RegistryUsage withUnit(RegistryUsageUnit unit)"
desc: "Set the unit of measurement. Possible values include: 'Count', 'Bytes'."
returns:
description: "the RegistryUsage object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.RegistryUsage?alt=com.microsoft.azure.management.containerregistry.RegistryUsage&text=RegistryUsage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The quota usage for a container registry."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4