67 строки
5.1 KiB
YAML
67 строки
5.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings"
|
|
name: "ServiceManagedResourcesSettings"
|
|
nameWithType: "ServiceManagedResourcesSettings"
|
|
summary: "The Service<wbr>Managed<wbr>Resources<wbr>Settings 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 **ServiceManagedResourcesSettings**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.ServiceManagedResourcesSettings()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.ServiceManagedResourcesSettings()"
|
|
name: "ServiceManagedResourcesSettings()"
|
|
nameWithType: "ServiceManagedResourcesSettings.ServiceManagedResourcesSettings()"
|
|
syntax: "public ServiceManagedResourcesSettings()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.cosmosDb()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.cosmosDb()"
|
|
name: "cosmosDb()"
|
|
nameWithType: "ServiceManagedResourcesSettings.cosmosDb()"
|
|
summary: "Get the cosmos<wbr>Db property: The settings for the service managed cosmosdb account."
|
|
syntax: "public CosmosDbSettings cosmosDb()"
|
|
desc: "Get the cosmosDb property: The settings for the service managed cosmosdb account."
|
|
returns:
|
|
description: "the cosmosDb value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings?alt=com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings&text=CosmosDbSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ServiceManagedResourcesSettings.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.withCosmosDb(com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings.withCosmosDb(CosmosDbSettings cosmosDb)"
|
|
name: "withCosmosDb(CosmosDbSettings cosmosDb)"
|
|
nameWithType: "ServiceManagedResourcesSettings.withCosmosDb(CosmosDbSettings cosmosDb)"
|
|
summary: "Set the cosmos<wbr>Db property: The settings for the service managed cosmosdb account."
|
|
parameters:
|
|
- description: "the cosmosDb value to set."
|
|
name: "cosmosDb"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings?alt=com.azure.resourcemanager.machinelearningservices.models.CosmosDbSettings&text=CosmosDbSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ServiceManagedResourcesSettings withCosmosDb(CosmosDbSettings cosmosDb)"
|
|
desc: "Set the cosmosDb property: The settings for the service managed cosmosdb account."
|
|
returns:
|
|
description: "the ServiceManagedResourcesSettings object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings&text=ServiceManagedResourcesSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ServiceManagedResourcesSettings model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|