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

157 строки
9.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.quota.models.SubRequest"
fullName: "com.azure.resourcemanager.quota.models.SubRequest"
name: "SubRequest"
nameWithType: "SubRequest"
summary: "Request property."
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 **SubRequest**"
constructors:
- uid: "com.azure.resourcemanager.quota.models.SubRequest.SubRequest()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.SubRequest()"
name: "SubRequest()"
nameWithType: "SubRequest.SubRequest()"
summary: "Creates an instance of Sub<wbr>Request class."
syntax: "public SubRequest()"
desc: "Creates an instance of SubRequest class."
methods:
- uid: "com.azure.resourcemanager.quota.models.SubRequest.limit()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.limit()"
name: "limit()"
nameWithType: "SubRequest.limit()"
summary: "Get the limit property: Resource quota limit properties."
syntax: "public LimitJsonObject limit()"
desc: "Get the limit property: Resource quota limit properties."
returns:
description: "the limit value."
type: "<xref href=\"com.azure.resourcemanager.quota.models.LimitJsonObject?alt=com.azure.resourcemanager.quota.models.LimitJsonObject&text=LimitJsonObject\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.message()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.message()"
name: "message()"
nameWithType: "SubRequest.message()"
summary: "Get the message property: User-friendly status message."
syntax: "public String message()"
desc: "Get the message property: User-friendly status message."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.name()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.name()"
name: "name()"
nameWithType: "SubRequest.name()"
summary: "Get the name property: Resource name."
syntax: "public ResourceName name()"
desc: "Get the name property: Resource name."
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.SubRequest.provisioningState()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.provisioningState()"
name: "provisioningState()"
nameWithType: "SubRequest.provisioningState()"
summary: "Get the provisioning<wbr>State property: The quota request status."
syntax: "public QuotaRequestState provisioningState()"
desc: "Get the provisioningState property: The quota request status."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.quota.models.QuotaRequestState?alt=com.azure.resourcemanager.quota.models.QuotaRequestState&text=QuotaRequestState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.resourceType()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.resourceType()"
name: "resourceType()"
nameWithType: "SubRequest.resourceType()"
summary: "Get the resource<wbr>Type property: Resource type for which the quota properties were requested."
syntax: "public String resourceType()"
desc: "Get the resourceType property: Resource type for which the quota properties were requested."
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.SubRequest.subRequestId()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.subRequestId()"
name: "subRequestId()"
nameWithType: "SubRequest.subRequestId()"
summary: "Get the sub<wbr>Request<wbr>Id property: Quota request ID."
syntax: "public String subRequestId()"
desc: "Get the subRequestId property: Quota request ID."
returns:
description: "the subRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.unit()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.unit()"
name: "unit()"
nameWithType: "SubRequest.unit()"
summary: "Get the unit property: Quota limit units, such as Count and Bytes."
syntax: "public String unit()"
desc: "Get the unit property: Quota limit units, 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.SubRequest.validate()"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.validate()"
name: "validate()"
nameWithType: "SubRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.quota.models.SubRequest.withLimit(com.azure.resourcemanager.quota.models.LimitJsonObject)"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.withLimit(LimitJsonObject limit)"
name: "withLimit(LimitJsonObject limit)"
nameWithType: "SubRequest.withLimit(LimitJsonObject limit)"
summary: "Set the limit property: Resource quota limit properties."
parameters:
- description: "the limit value to set."
name: "limit"
type: "<xref href=\"com.azure.resourcemanager.quota.models.LimitJsonObject?alt=com.azure.resourcemanager.quota.models.LimitJsonObject&text=LimitJsonObject\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SubRequest withLimit(LimitJsonObject limit)"
desc: "Set the limit property: Resource quota limit properties."
returns:
description: "the SubRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.SubRequest?alt=com.azure.resourcemanager.quota.models.SubRequest&text=SubRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.withName(com.azure.resourcemanager.quota.models.ResourceName)"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.withName(ResourceName name)"
name: "withName(ResourceName name)"
nameWithType: "SubRequest.withName(ResourceName name)"
summary: "Set the name property: Resource name."
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 SubRequest withName(ResourceName name)"
desc: "Set the name property: Resource name."
returns:
description: "the SubRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.SubRequest?alt=com.azure.resourcemanager.quota.models.SubRequest&text=SubRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.quota.models.SubRequest.withUnit(java.lang.String)"
fullName: "com.azure.resourcemanager.quota.models.SubRequest.withUnit(String unit)"
name: "withUnit(String unit)"
nameWithType: "SubRequest.withUnit(String unit)"
summary: "Set the unit property: Quota limit units, such as Count and Bytes."
parameters:
- description: "the unit value to set."
name: "unit"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SubRequest withUnit(String unit)"
desc: "Set the unit property: Quota limit units, 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 SubRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.quota.models.SubRequest?alt=com.azure.resourcemanager.quota.models.SubRequest&text=SubRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Request property."
metadata: {}
package: "com.azure.resourcemanager.quota.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-quota:1.0.0