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

67 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings"
name: "CosmosDbSettings"
nameWithType: "CosmosDbSettings"
summary: "The Cosmos<wbr>DbSettings model."
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 **CosmosDbSettings**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.CosmosDbSettings()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.CosmosDbSettings()"
name: "CosmosDbSettings()"
nameWithType: "CosmosDbSettings.CosmosDbSettings()"
syntax: "public CosmosDbSettings()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.collectionsThroughput()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.collectionsThroughput()"
name: "collectionsThroughput()"
nameWithType: "CosmosDbSettings.collectionsThroughput()"
summary: "Get the collections<wbr>Throughput property: The throughput of the collections in cosmosdb database."
syntax: "public Integer collectionsThroughput()"
desc: "Get the collectionsThroughput property: The throughput of the collections in cosmosdb database."
returns:
description: "the collectionsThroughput value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.validate()"
name: "validate()"
nameWithType: "CosmosDbSettings.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.withCollectionsThroughput(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings.withCollectionsThroughput(Integer collectionsThroughput)"
name: "withCollectionsThroughput(Integer collectionsThroughput)"
nameWithType: "CosmosDbSettings.withCollectionsThroughput(Integer collectionsThroughput)"
summary: "Set the collections<wbr>Throughput property: The throughput of the collections in cosmosdb database."
parameters:
- description: "the collectionsThroughput value to set."
name: "collectionsThroughput"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public CosmosDbSettings withCollectionsThroughput(Integer collectionsThroughput)"
desc: "Set the collectionsThroughput property: The throughput of the collections in cosmosdb database."
returns:
description: "the CosmosDbSettings object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings?alt=com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings&text=CosmosDbSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The CosmosDbSettings model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1