azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.q...

171 строка
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.quota.models.UsagesProperties"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties"
name: "UsagesProperties"
nameWithType: "UsagesProperties"
summary: "Usage properties for the specified resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **UsagesProperties**"
constructors:
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.UsagesProperties()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.UsagesProperties()"
name: "UsagesProperties()"
nameWithType: "UsagesProperties.UsagesProperties()"
summary: "Creates an instance of Usages<wbr>Properties class."
syntax: "public UsagesProperties()"
desc: "Creates an instance of UsagesProperties class."
methods:
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.isQuotaApplicable()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.isQuotaApplicable()"
name: "isQuotaApplicable()"
nameWithType: "UsagesProperties.isQuotaApplicable()"
summary: "Get the is<wbr>Quota<wbr>Applicable property: States if quota can be requested for this resource."
syntax: "public Boolean isQuotaApplicable()"
desc: "Get the isQuotaApplicable property: States if quota can be requested for this resource."
returns:
description: "the isQuotaApplicable value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.name()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.name()"
name: "name()"
nameWithType: "UsagesProperties.name()"
summary: "Get the name property: Resource name provided by the resource provider."
syntax: "public ResourceName name()"
desc: "Get the name property: Resource name provided by the resource provider. Use this property name when requesting quota."
returns:
description: "the name value."
type: "<xref href=\"com.azure.resourcemanager.quota.models.ResourceName?alt=com.azure.resourcemanager.quota.models.ResourceName&text=ResourceName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.properties()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.properties()"
name: "properties()"
nameWithType: "UsagesProperties.properties()"
summary: "Get the properties property: Additional properties for the specific resource provider."
syntax: "public Object properties()"
desc: "Get the properties property: Additional properties for the specific resource provider."
returns:
description: "the properties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.quotaPeriod()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.quotaPeriod()"
name: "quotaPeriod()"
nameWithType: "UsagesProperties.quotaPeriod()"
summary: "Get the quota<wbr>Period property: The time period for the summary of the quota usage values."
syntax: "public String quotaPeriod()"
desc: "Get the quotaPeriod property: The time period for the summary of the quota usage values. For example: \\*P1D (per one day) \\*PT1M (per one minute) \\*PT1S (per one second). This parameter is optional because it is not relevant for all resources such as compute."
returns:
description: "the quotaPeriod value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.resourceType()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.resourceType()"
name: "resourceType()"
nameWithType: "UsagesProperties.resourceType()"
summary: "Get the resource<wbr>Type property: The name of the resource type."
syntax: "public String resourceType()"
desc: "Get the resourceType property: The name of the resource type. Optional field."
returns:
description: "the resourceType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.unit()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.unit()"
name: "unit()"
nameWithType: "UsagesProperties.unit()"
summary: "Get the unit property: The units for the quota usage, such as Count and Bytes."
syntax: "public String unit()"
desc: "Get the unit property: The units for the quota usage, such as Count and Bytes. When requesting quota, use the \\*\\*unit\\*\\* value returned in the GET response in the request body of your PUT operation."
returns:
description: "the unit value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.usages()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.usages()"
name: "usages()"
nameWithType: "UsagesProperties.usages()"
summary: "Get the usages property: The quota limit properties for this resource."
syntax: "public UsagesObject usages()"
desc: "Get the usages property: The quota limit properties for this resource."
returns:
description: "the usages value."
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesObject?alt=com.azure.resourcemanager.quota.models.UsagesObject&text=UsagesObject\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.validate()"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.validate()"
name: "validate()"
nameWithType: "UsagesProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.withName(com.azure.resourcemanager.quota.models.ResourceName)"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.withName(ResourceName name)"
name: "withName(ResourceName name)"
nameWithType: "UsagesProperties.withName(ResourceName name)"
summary: "Set the name property: Resource name provided by the resource provider."
parameters:
- description: "the name value to set."
name: "name"
type: "<xref href=\"com.azure.resourcemanager.quota.models.ResourceName?alt=com.azure.resourcemanager.quota.models.ResourceName&text=ResourceName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UsagesProperties withName(ResourceName name)"
desc: "Set the name property: Resource name provided by the resource provider. Use this property name when requesting quota."
returns:
description: "the UsagesProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesProperties?alt=com.azure.resourcemanager.quota.models.UsagesProperties&text=UsagesProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.withProperties(java.lang.Object)"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.withProperties(Object properties)"
name: "withProperties(Object properties)"
nameWithType: "UsagesProperties.withProperties(Object properties)"
summary: "Set the properties property: Additional properties for the specific resource provider."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public UsagesProperties withProperties(Object properties)"
desc: "Set the properties property: Additional properties for the specific resource provider."
returns:
description: "the UsagesProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesProperties?alt=com.azure.resourcemanager.quota.models.UsagesProperties&text=UsagesProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.withResourceType(java.lang.String)"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.withResourceType(String resourceType)"
name: "withResourceType(String resourceType)"
nameWithType: "UsagesProperties.withResourceType(String resourceType)"
summary: "Set the resource<wbr>Type property: The name of the resource type."
parameters:
- description: "the resourceType value to set."
name: "resourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UsagesProperties withResourceType(String resourceType)"
desc: "Set the resourceType property: The name of the resource type. Optional field."
returns:
description: "the UsagesProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesProperties?alt=com.azure.resourcemanager.quota.models.UsagesProperties&text=UsagesProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.UsagesProperties.withUsages(com.azure.resourcemanager.quota.models.UsagesObject)"
fullName: "com.azure.resourcemanager.quota.models.UsagesProperties.withUsages(UsagesObject usages)"
name: "withUsages(UsagesObject usages)"
nameWithType: "UsagesProperties.withUsages(UsagesObject usages)"
summary: "Set the usages property: The quota limit properties for this resource."
parameters:
- description: "the usages value to set."
name: "usages"
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesObject?alt=com.azure.resourcemanager.quota.models.UsagesObject&text=UsagesObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public UsagesProperties withUsages(UsagesObject usages)"
desc: "Set the usages property: The quota limit properties for this resource."
returns:
description: "the UsagesProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.UsagesProperties?alt=com.azure.resourcemanager.quota.models.UsagesProperties&text=UsagesProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Usage properties for the specified resource."
metadata: {}
package: "com.azure.resourcemanager.quota.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-quota:1.0.0