114 строки
10 KiB
YAML
114 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions"
|
|
name: "SqlDatabaseGetPropertiesOptions"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions"
|
|
summary: "The Sql<wbr>Database<wbr>Get<wbr>Properties<wbr>Options model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource?alt=com.azure.resourcemanager.cosmos.models.OptionsResource&text=OptionsResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.autoscaleSettings()?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.autoscaleSettings&text=autoscaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.throughput()?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.throughput&text=throughput\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.validate()?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.withAutoscaleSettings(com.azure.resourcemanager.cosmos.models.AutoscaleSettings)?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.withAutoscaleSettings&text=withAutoscaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource.withThroughput(java.lang.Integer)?alt=com.azure.resourcemanager.cosmos.models.OptionsResource.withThroughput&text=withThroughput\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **SqlDatabaseGetPropertiesOptions**</br> extends <xref href=\"com.azure.resourcemanager.cosmos.models.OptionsResource?alt=com.azure.resourcemanager.cosmos.models.OptionsResource&text=OptionsResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.SqlDatabaseGetPropertiesOptions()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.SqlDatabaseGetPropertiesOptions()"
|
|
name: "SqlDatabaseGetPropertiesOptions()"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.SqlDatabaseGetPropertiesOptions()"
|
|
summary: "Creates an instance of Sql<wbr>Database<wbr>Get<wbr>Properties<wbr>Options class."
|
|
syntax: "public SqlDatabaseGetPropertiesOptions()"
|
|
desc: "Creates an instance of SqlDatabaseGetPropertiesOptions class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Sql<wbr>Database<wbr>Get<wbr>Properties<wbr>Options from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SqlDatabaseGetPropertiesOptions fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SqlDatabaseGetPropertiesOptions."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SqlDatabaseGetPropertiesOptions from the JsonReader."
|
|
returns:
|
|
description: "An instance of SqlDatabaseGetPropertiesOptions if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions?alt=com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions&text=SqlDatabaseGetPropertiesOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.resourcemanager.cosmos.models.OptionsResource.toJson(com.azure.json.JsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.validate()"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.cosmos.models.OptionsResource.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.withAutoscaleSettings(com.azure.resourcemanager.cosmos.models.AutoscaleSettings)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.withAutoscaleSettings(AutoscaleSettings autoscaleSettings)"
|
|
name: "withAutoscaleSettings(AutoscaleSettings autoscaleSettings)"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.withAutoscaleSettings(AutoscaleSettings autoscaleSettings)"
|
|
summary: "Set the autoscale<wbr>Settings property: Specifies the Autoscale settings."
|
|
overridden: "com.azure.resourcemanager.cosmos.models.OptionsResource.withAutoscaleSettings(com.azure.resourcemanager.cosmos.models.AutoscaleSettings)"
|
|
parameters:
|
|
- name: "autoscaleSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.AutoscaleSettings?alt=com.azure.resourcemanager.cosmos.models.AutoscaleSettings&text=AutoscaleSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SqlDatabaseGetPropertiesOptions withAutoscaleSettings(AutoscaleSettings autoscaleSettings)"
|
|
desc: "Set the autoscaleSettings property: Specifies the Autoscale settings."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions?alt=com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions&text=SqlDatabaseGetPropertiesOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.withThroughput(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions.withThroughput(Integer throughput)"
|
|
name: "withThroughput(Integer throughput)"
|
|
nameWithType: "SqlDatabaseGetPropertiesOptions.withThroughput(Integer throughput)"
|
|
summary: "Set the throughput property: Value of the Cosmos DB resource throughput or autoscale<wbr>Settings."
|
|
overridden: "com.azure.resourcemanager.cosmos.models.OptionsResource.withThroughput(java.lang.Integer)"
|
|
parameters:
|
|
- name: "throughput"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public SqlDatabaseGetPropertiesOptions withThroughput(Integer throughput)"
|
|
desc: "Set the throughput property: Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions?alt=com.azure.resourcemanager.cosmos.models.SqlDatabaseGetPropertiesOptions&text=SqlDatabaseGetPropertiesOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The SqlDatabaseGetPropertiesOptions model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cosmos.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.44.0
|