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

93 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties"
name: "CheckQuotaAvailabilityResponseProperties"
nameWithType: "CheckQuotaAvailabilityResponseProperties"
summary: "Check quota availability response properties."
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 **CheckQuotaAvailabilityResponseProperties**"
constructors:
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.CheckQuotaAvailabilityResponseProperties()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.CheckQuotaAvailabilityResponseProperties()"
name: "CheckQuotaAvailabilityResponseProperties()"
nameWithType: "CheckQuotaAvailabilityResponseProperties.CheckQuotaAvailabilityResponseProperties()"
summary: "Creates an instance of Check<wbr>Quota<wbr>Availability<wbr>Response<wbr>Properties class."
syntax: "public CheckQuotaAvailabilityResponseProperties()"
desc: "Creates an instance of CheckQuotaAvailabilityResponseProperties class."
methods:
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.availabilityStatus()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.availabilityStatus()"
name: "availabilityStatus()"
nameWithType: "CheckQuotaAvailabilityResponseProperties.availabilityStatus()"
summary: "Get the availability<wbr>Status property: Message indicating additional details to add to quota support request."
syntax: "public String availabilityStatus()"
desc: "Get the availabilityStatus property: Message indicating additional details to add to quota support request."
returns:
description: "the availabilityStatus value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.isAvailable()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.isAvailable()"
name: "isAvailable()"
nameWithType: "CheckQuotaAvailabilityResponseProperties.isAvailable()"
summary: "Get the is<wbr>Available property: True/False indicating whether the quota request be granted based on availability."
syntax: "public Boolean isAvailable()"
desc: "Get the isAvailable property: True/False indicating whether the quota request be granted based on availability."
returns:
description: "the isAvailable value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.validate()"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.validate()"
name: "validate()"
nameWithType: "CheckQuotaAvailabilityResponseProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.withAvailabilityStatus(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.withAvailabilityStatus(String availabilityStatus)"
name: "withAvailabilityStatus(String availabilityStatus)"
nameWithType: "CheckQuotaAvailabilityResponseProperties.withAvailabilityStatus(String availabilityStatus)"
summary: "Set the availability<wbr>Status property: Message indicating additional details to add to quota support request."
parameters:
- description: "the availabilityStatus value to set."
name: "availabilityStatus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CheckQuotaAvailabilityResponseProperties withAvailabilityStatus(String availabilityStatus)"
desc: "Set the availabilityStatus property: Message indicating additional details to add to quota support request."
returns:
description: "the CheckQuotaAvailabilityResponseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties?alt=com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties&text=CheckQuotaAvailabilityResponseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.withIsAvailable(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties.withIsAvailable(Boolean isAvailable)"
name: "withIsAvailable(Boolean isAvailable)"
nameWithType: "CheckQuotaAvailabilityResponseProperties.withIsAvailable(Boolean isAvailable)"
summary: "Set the is<wbr>Available property: True/False indicating whether the quota request be granted based on availability."
parameters:
- description: "the isAvailable value to set."
name: "isAvailable"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public CheckQuotaAvailabilityResponseProperties withIsAvailable(Boolean isAvailable)"
desc: "Set the isAvailable property: True/False indicating whether the quota request be granted based on availability."
returns:
description: "the CheckQuotaAvailabilityResponseProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties?alt=com.azure.resourcemanager.loadtesting.fluent.models.CheckQuotaAvailabilityResponseProperties&text=CheckQuotaAvailabilityResponseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Check quota availability response properties."
metadata: {}
package: "com.azure.resourcemanager.loadtesting.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0