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

65 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult"
fullName: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult"
name: "PerformanceTierListResult"
nameWithType: "PerformanceTierListResult"
summary: "A list of performance tiers."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class PerformanceTierListResult"
constructors:
- uid: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.PerformanceTierListResult()"
fullName: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.PerformanceTierListResult()"
name: "PerformanceTierListResult()"
nameWithType: "PerformanceTierListResult.PerformanceTierListResult()"
syntax: "public PerformanceTierListResult()"
methods:
- uid: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.validate()"
fullName: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.validate()"
name: "validate()"
nameWithType: "PerformanceTierListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.value()"
fullName: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.value()"
name: "value()"
nameWithType: "PerformanceTierListResult.value()"
summary: "Get the value property: The list of performance tiers."
syntax: "public List<PerformanceTierPropertiesInner> value()"
desc: "Get the value property: The list of performance tiers."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner?alt=com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner&text=PerformanceTierPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.withValue(java.util.List<com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner>)"
fullName: "com.azure.resourcemanager.mysql.models.PerformanceTierListResult.withValue(List<PerformanceTierPropertiesInner> value)"
name: "withValue(List<PerformanceTierPropertiesInner> value)"
nameWithType: "PerformanceTierListResult.withValue(List<PerformanceTierPropertiesInner> value)"
summary: "Set the value property: The list of performance tiers."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner?alt=com.azure.resourcemanager.mysql.fluent.models.PerformanceTierPropertiesInner&text=PerformanceTierPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public PerformanceTierListResult withValue(List<PerformanceTierPropertiesInner> value)"
desc: "Set the value property: The list of performance tiers."
returns:
description: "the PerformanceTierListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.PerformanceTierListResult?alt=com.azure.resourcemanager.mysql.models.PerformanceTierListResult&text=PerformanceTierListResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A list of performance tiers."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2