Uses of Class
com.azure.resourcemanager.cosmos.models.CreateUpdateOptions
Packages that use CreateUpdateOptions
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of CreateUpdateOptions in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return CreateUpdateOptionsModifier and TypeMethodDescriptionCassandraKeyspaceCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.CassandraTableCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.GremlinDatabaseCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.GremlinGraphCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.MongoDBCollectionCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.MongoDBDatabaseCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.SqlContainerCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.SqlDatabaseCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.SqlStoredProcedureCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.SqlTriggerCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.SqlUserDefinedFunctionCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.TableCreateUpdateProperties.options()Get the options property: A key-value pair of options to be applied for the request.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type CreateUpdateOptionsModifier and TypeMethodDescriptionCassandraKeyspaceCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.CassandraTableCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.GremlinDatabaseCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.GremlinGraphCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.MongoDBCollectionCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.MongoDBDatabaseCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlContainerCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlDatabaseCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlStoredProcedureCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlTriggerCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlUserDefinedFunctionCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.TableCreateUpdateProperties.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request. -
Uses of CreateUpdateOptions in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return CreateUpdateOptionsModifier and TypeMethodDescriptionstatic CreateUpdateOptionsCreateUpdateOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CreateUpdateOptions from the JsonReader.CassandraKeyspaceCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.CassandraTableCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.GremlinDatabaseCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.GremlinGraphCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.MongoDBCollectionCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.MongoDBDatabaseCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.SqlContainerCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.SqlDatabaseCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.SqlStoredProcedureCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.SqlTriggerCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.SqlUserDefinedFunctionCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.TableCreateUpdateParameters.options()Get the options property: A key-value pair of options to be applied for the request.CreateUpdateOptions.withAutoscaleSettings(AutoscaleSettings autoscaleSettings) Set the autoscaleSettings property: Specifies the Autoscale settings.CreateUpdateOptions.withThroughput(Integer throughput) Set the throughput property: Request Units per second.Methods in com.azure.resourcemanager.cosmos.models with parameters of type CreateUpdateOptionsModifier and TypeMethodDescriptionCassandraKeyspaceCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.CassandraTableCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.GremlinDatabaseCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.GremlinGraphCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.MongoDBCollectionCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.MongoDBDatabaseCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlContainerCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlDatabaseCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlStoredProcedureCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlTriggerCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.SqlUserDefinedFunctionCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.TableCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.