67 строки
5.0 KiB
YAML
67 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.search.models.Sku"
|
|
fullName: "com.azure.resourcemanager.search.models.Sku"
|
|
name: "Sku"
|
|
nameWithType: "Sku"
|
|
summary: "Defines the SKU of an Azure Cognitive Search Service, which determines price tier and capacity limits."
|
|
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 **Sku**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.search.models.Sku.Sku()"
|
|
fullName: "com.azure.resourcemanager.search.models.Sku.Sku()"
|
|
name: "Sku()"
|
|
nameWithType: "Sku.Sku()"
|
|
syntax: "public Sku()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.search.models.Sku.name()"
|
|
fullName: "com.azure.resourcemanager.search.models.Sku.name()"
|
|
name: "name()"
|
|
nameWithType: "Sku.name()"
|
|
summary: "Get the name property: The SKU of the search service."
|
|
syntax: "public SkuName name()"
|
|
desc: "Get the name property: The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage\\_optimized\\_l1': Supports 1TB per partition, up to 12 partitions. 'storage\\_optimized\\_l2': Supports 2TB per partition, up to 12 partitions.'."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<xref href=\"com.azure.resourcemanager.search.models.SkuName?alt=com.azure.resourcemanager.search.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.search.models.Sku.validate()"
|
|
fullName: "com.azure.resourcemanager.search.models.Sku.validate()"
|
|
name: "validate()"
|
|
nameWithType: "Sku.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.search.models.Sku.withName(com.azure.resourcemanager.search.models.SkuName)"
|
|
fullName: "com.azure.resourcemanager.search.models.Sku.withName(SkuName name)"
|
|
name: "withName(SkuName name)"
|
|
nameWithType: "Sku.withName(SkuName name)"
|
|
summary: "Set the name property: The SKU of the search service."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<xref href=\"com.azure.resourcemanager.search.models.SkuName?alt=com.azure.resourcemanager.search.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public Sku withName(SkuName name)"
|
|
desc: "Set the name property: The SKU of the search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': The largest Standard offering with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity'). 'storage\\_optimized\\_l1': Supports 1TB per partition, up to 12 partitions. 'storage\\_optimized\\_l2': Supports 2TB per partition, up to 12 partitions.'."
|
|
returns:
|
|
description: "the Sku object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.search.models.Sku?alt=com.azure.resourcemanager.search.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the SKU of an Azure Cognitive Search Service, which determines price tier and capacity limits."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.search.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-search:2.24.0
|