ServiceManagedResourcesSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.ServiceManagedResourcesSettings

public final class ServiceManagedResourcesSettings

The ServiceManagedResourcesSettings model.

Constructor Summary

Constructor Description
ServiceManagedResourcesSettings()

Method Summary

Modifier and Type Method and Description
CosmosDbSettings cosmosDb()

Get the cosmosDb property: The settings for the service managed cosmosdb account.

void validate()

Validates the instance.

ServiceManagedResourcesSettings withCosmosDb(CosmosDbSettings cosmosDb)

Set the cosmosDb property: The settings for the service managed cosmosdb account.

Methods inherited from java.lang.Object

Constructor Details

ServiceManagedResourcesSettings

public ServiceManagedResourcesSettings()

Method Details

cosmosDb

public CosmosDbSettings cosmosDb()

Get the cosmosDb property: The settings for the service managed cosmosdb account.

Returns:

the cosmosDb value.

validate

public void validate()

Validates the instance.

withCosmosDb

public ServiceManagedResourcesSettings withCosmosDb(CosmosDbSettings cosmosDb)

Set the cosmosDb property: The settings for the service managed cosmosdb account.

Parameters:

cosmosDb - the cosmosDb value to set.

Returns:

the ServiceManagedResourcesSettings object itself.

Applies to