azure_mgmt_cosmosdb 0.23.1 → 0.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/cosmos_db.rb +1 -1
- data/lib/2019-08-01-preview/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2019-08-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2019-12-12/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-03-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-03-01/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +0 -1
- data/lib/2020-04-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2020-09-01/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +1 -1
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb.rb +228 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/cassandra_resources.rb +2348 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/collection.rb +389 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/collection_partition.rb +279 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/collection_partition_region.rb +161 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/collection_region.rb +161 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/cosmos_dbmanagement_client.rb +211 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/database.rb +377 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/database_account_region.rb +153 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/database_accounts.rb +2281 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/gremlin_resources.rb +2335 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/api_properties.rb +48 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/armproxy_resource.rb +73 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/armresource_properties.rb +102 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/auto_upgrade_policy_resource.rb +48 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/autoscale_settings.rb +48 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/autoscale_settings_resource.rb +73 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/azure_entity_resource.rb +77 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/backup_policy.rb +47 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/backup_policy_type.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/capability.rb +48 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_get_properties_resource.rb +85 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_keyspace_resource.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_partition_key.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_schema.rb +95 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_get_properties_resource.rb +119 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cassandra_table_resource.rb +80 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cluster_key.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/column.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/composite_path.rb +60 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/composite_path_sort_order.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/conflict_resolution_mode.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/conflict_resolution_policy.rb +73 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/connector_offer.rb +15 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/consistency_policy.rb +86 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/container_partition_key.rb +99 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/continuous_mode_backup_policy.rb +50 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/cors_policy.rb +99 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/create_update_options.rb +61 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/data_type.rb +20 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_connection_string.rb +59 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_create_update_parameters.rb +424 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_get_results.rb +537 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_kind.rb +17 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_list_connection_strings_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_list_keys_result.rb +77 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_list_read_only_keys_result.rb +59 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_offer_type.rb +15 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_regenerate_key_parameters.rb +47 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_account_update_parameters.rb +375 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/database_accounts_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/default_consistency_level.rb +19 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/error_response.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/error_response_updated_format.rb +47 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/excluded_path.rb +48 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/extended_resource_properties.rb +74 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/failover_policies.rb +55 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/failover_policy.rb +79 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_get_properties_resource.rb +85 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_database_resource.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_get_properties_resource.rb +150 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/gremlin_graph_resource.rb +111 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/included_path.rb +67 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/index_kind.rb +17 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/indexes.rb +73 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/indexing_mode.rb +17 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/indexing_policy.rb +147 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/ip_address_or_range.rb +51 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/key_kind.rb +18 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/location.rb +114 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/managed_service_identity.rb +102 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/managed_service_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric.rb +120 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_availability.rb +60 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_definition.rb +109 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_definitions_list_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_list_result.rb +56 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_name.rb +59 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/metric_value.rb +107 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_get_properties_resource.rb +136 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbcollection_resource.rb +97 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_get_properties_resource.rb +85 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_dbdatabase_resource.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_index.rb +60 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_index_keys.rb +55 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/mongo_index_options.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/network_acl_bypass.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/notebook_workspace.rb +87 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/notebook_workspace_connection_info_result.rb +60 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/notebook_workspace_create_update_parameters.rb +62 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/notebook_workspace_list_result.rb +56 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/operation.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/operation_display.rb +80 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/operation_list_result.rb +101 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/options_resource.rb +60 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/partition_kind.rb +17 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/partition_metric.rb +124 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/partition_metric_list_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/partition_usage.rb +105 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/partition_usages_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/percentile_metric.rb +120 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/percentile_metric_list_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/percentile_metric_value.rb +173 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/periodic_mode_backup_policy.rb +63 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/periodic_mode_properties.rb +65 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/primary_aggregation_type.rb +20 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_endpoint_connection.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_endpoint_connection_list_result.rb +56 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_endpoint_property.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_link_resource.rb +115 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_link_resource_list_result.rb +55 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/private_link_service_connection_state_property.rb +71 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/proxy_resource.rb +65 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/public_network_access.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/region_for_online_offline.rb +47 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/resource.rb +86 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/resource_identity_type.rb +18 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/server_version.rb +17 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/spatial_spec.rb +67 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/spatial_type.rb +18 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_create_update_parameters.rb +111 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_get_properties_resource.rb +161 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_container_resource.rb +122 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_get_properties_resource.rb +109 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_database_resource.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_stored_procedure_create_update_parameters.rb +112 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_stored_procedure_get_properties_resource.rb +96 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_stored_procedure_get_results.rb +98 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_stored_procedure_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_stored_procedure_resource.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_trigger_create_update_parameters.rb +111 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_trigger_get_properties_resource.rb +121 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_trigger_get_results.rb +98 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_trigger_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_trigger_resource.rb +82 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_user_defined_function_create_update_parameters.rb +113 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_user_defined_function_get_properties_resource.rb +97 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_user_defined_function_get_results.rb +98 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_user_defined_function_list_result.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/sql_user_defined_function_resource.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_create_update_parameters.rb +111 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_get_properties_options.rb +53 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_get_properties_resource.rb +85 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_get_results.rb +110 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_list_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/table_resource.rb +46 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/throughput_policy_resource.rb +59 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/throughput_settings_get_properties_resource.rb +124 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/throughput_settings_get_results.rb +98 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/throughput_settings_resource.rb +86 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/throughput_settings_update_parameters.rb +99 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/tracked_resource.rb +95 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/trigger_operation.rb +19 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/trigger_type.rb +16 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/unique_key.rb +56 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/unique_key_policy.rb +58 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/unit_type.rb +21 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/usage.rb +97 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/usages_result.rb +57 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/models/virtual_network_rule.rb +59 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/module_definition.rb +9 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/mongo_dbresources.rb +2354 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/notebook_workspaces.rb +905 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/operations.rb +220 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/partition_key_range_id.rb +161 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/partition_key_range_id_region.rb +168 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/percentile.rb +146 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/percentile_source_target.rb +163 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/percentile_target.rb +153 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/private_endpoint_connections.rb +560 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/private_link_resources.rb +245 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/sql_resources.rb +4065 -0
- data/lib/2021-01-15/generated/azure_mgmt_cosmosdb/table_resources.rb +1150 -0
- data/lib/azure_mgmt_cosmosdb.rb +1 -0
- data/lib/profiles/latest/modules/cosmosdb_profile_module.rb +497 -489
- data/lib/version.rb +1 -1
- metadata +206 -2
data/lib/azure_mgmt_cosmosdb.rb
CHANGED
@@ -7,6 +7,7 @@ require '2019-12-12/generated/azure_mgmt_cosmosdb'
|
|
7
7
|
require '2019-08-01/generated/azure_mgmt_cosmosdb'
|
8
8
|
require '2015-04-08/generated/azure_mgmt_cosmosdb'
|
9
9
|
require '2020-04-01/generated/azure_mgmt_cosmosdb'
|
10
|
+
require '2021-01-15/generated/azure_mgmt_cosmosdb'
|
10
11
|
require '2020-09-01/generated/azure_mgmt_cosmosdb'
|
11
12
|
require '2020-03-01/generated/azure_mgmt_cosmosdb'
|
12
13
|
require '2019-08-01-preview/generated/azure_mgmt_cosmosdb'
|
@@ -6,205 +6,209 @@ require 'azure_mgmt_cosmosdb'
|
|
6
6
|
|
7
7
|
module Azure::Cosmosdb::Profiles::Latest
|
8
8
|
module Mgmt
|
9
|
-
DatabaseAccounts = Azure::Cosmosdb::Mgmt::
|
10
|
-
Operations = Azure::Cosmosdb::Mgmt::
|
11
|
-
Database = Azure::Cosmosdb::Mgmt::
|
12
|
-
Collection = Azure::Cosmosdb::Mgmt::
|
13
|
-
CollectionRegion = Azure::Cosmosdb::Mgmt::
|
14
|
-
DatabaseAccountRegion = Azure::Cosmosdb::Mgmt::
|
15
|
-
PercentileSourceTarget = Azure::Cosmosdb::Mgmt::
|
16
|
-
PercentileTarget = Azure::Cosmosdb::Mgmt::
|
17
|
-
Percentile = Azure::Cosmosdb::Mgmt::
|
18
|
-
CollectionPartitionRegion = Azure::Cosmosdb::Mgmt::
|
19
|
-
CollectionPartition = Azure::Cosmosdb::Mgmt::
|
20
|
-
PartitionKeyRangeId = Azure::Cosmosdb::Mgmt::
|
21
|
-
PartitionKeyRangeIdRegion = Azure::Cosmosdb::Mgmt::
|
22
|
-
SqlResources = Azure::Cosmosdb::Mgmt::
|
23
|
-
MongoDBResources = Azure::Cosmosdb::Mgmt::
|
24
|
-
TableResources = Azure::Cosmosdb::Mgmt::
|
25
|
-
CassandraResources = Azure::Cosmosdb::Mgmt::
|
26
|
-
GremlinResources = Azure::Cosmosdb::Mgmt::
|
27
|
-
NotebookWorkspaces = Azure::Cosmosdb::Mgmt::
|
28
|
-
PrivateLinkResources = Azure::Cosmosdb::Mgmt::
|
29
|
-
PrivateEndpointConnections = Azure::Cosmosdb::Mgmt::
|
9
|
+
DatabaseAccounts = Azure::Cosmosdb::Mgmt::V2021_01_15::DatabaseAccounts
|
10
|
+
Operations = Azure::Cosmosdb::Mgmt::V2021_01_15::Operations
|
11
|
+
Database = Azure::Cosmosdb::Mgmt::V2021_01_15::Database
|
12
|
+
Collection = Azure::Cosmosdb::Mgmt::V2021_01_15::Collection
|
13
|
+
CollectionRegion = Azure::Cosmosdb::Mgmt::V2021_01_15::CollectionRegion
|
14
|
+
DatabaseAccountRegion = Azure::Cosmosdb::Mgmt::V2021_01_15::DatabaseAccountRegion
|
15
|
+
PercentileSourceTarget = Azure::Cosmosdb::Mgmt::V2021_01_15::PercentileSourceTarget
|
16
|
+
PercentileTarget = Azure::Cosmosdb::Mgmt::V2021_01_15::PercentileTarget
|
17
|
+
Percentile = Azure::Cosmosdb::Mgmt::V2021_01_15::Percentile
|
18
|
+
CollectionPartitionRegion = Azure::Cosmosdb::Mgmt::V2021_01_15::CollectionPartitionRegion
|
19
|
+
CollectionPartition = Azure::Cosmosdb::Mgmt::V2021_01_15::CollectionPartition
|
20
|
+
PartitionKeyRangeId = Azure::Cosmosdb::Mgmt::V2021_01_15::PartitionKeyRangeId
|
21
|
+
PartitionKeyRangeIdRegion = Azure::Cosmosdb::Mgmt::V2021_01_15::PartitionKeyRangeIdRegion
|
22
|
+
SqlResources = Azure::Cosmosdb::Mgmt::V2021_01_15::SqlResources
|
23
|
+
MongoDBResources = Azure::Cosmosdb::Mgmt::V2021_01_15::MongoDBResources
|
24
|
+
TableResources = Azure::Cosmosdb::Mgmt::V2021_01_15::TableResources
|
25
|
+
CassandraResources = Azure::Cosmosdb::Mgmt::V2021_01_15::CassandraResources
|
26
|
+
GremlinResources = Azure::Cosmosdb::Mgmt::V2021_01_15::GremlinResources
|
27
|
+
NotebookWorkspaces = Azure::Cosmosdb::Mgmt::V2021_01_15::NotebookWorkspaces
|
28
|
+
PrivateLinkResources = Azure::Cosmosdb::Mgmt::V2021_01_15::PrivateLinkResources
|
29
|
+
PrivateEndpointConnections = Azure::Cosmosdb::Mgmt::V2021_01_15::PrivateEndpointConnections
|
30
30
|
|
31
31
|
module Models
|
32
|
-
ErrorResponseUpdatedFormat = Azure::Cosmosdb::Mgmt::
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
32
|
+
ErrorResponseUpdatedFormat = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ErrorResponseUpdatedFormat
|
33
|
+
FailoverPolicies = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::FailoverPolicies
|
34
|
+
ManagedServiceIdentity = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ManagedServiceIdentity
|
35
|
+
RegionForOnlineOffline = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::RegionForOnlineOffline
|
36
|
+
ConsistencyPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConsistencyPolicy
|
37
|
+
ARMResourceProperties = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ARMResourceProperties
|
38
|
+
Location = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Location
|
39
|
+
ARMProxyResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ARMProxyResource
|
40
|
+
VirtualNetworkRule = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::VirtualNetworkRule
|
41
|
+
ExtendedResourceProperties = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ExtendedResourceProperties
|
42
|
+
PrivateLinkServiceConnectionStateProperty = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkServiceConnectionStateProperty
|
43
|
+
ThroughputPolicyResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputPolicyResource
|
44
|
+
ApiProperties = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ApiProperties
|
45
|
+
AutoUpgradePolicyResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoUpgradePolicyResource
|
46
|
+
CorsPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CorsPolicy
|
47
|
+
AutoscaleSettingsResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoscaleSettingsResource
|
48
|
+
DatabaseAccountsListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountsListResult
|
49
|
+
ThroughputSettingsGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsGetPropertiesResource
|
50
|
+
ClusterKey = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ClusterKey
|
51
|
+
CassandraSchema = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraSchema
|
52
|
+
SqlDatabaseListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseListResult
|
53
|
+
CassandraTableGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetPropertiesResource
|
54
|
+
IncludedPath = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IncludedPath
|
55
|
+
MetricDefinition = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricDefinition
|
56
|
+
CompositePath = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CompositePath
|
57
|
+
MetricAvailability = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricAvailability
|
58
|
+
IndexingPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexingPolicy
|
59
|
+
CassandraTableListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableListResult
|
60
|
+
UniqueKey = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UniqueKey
|
61
|
+
GremlinDatabaseGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetPropertiesResource
|
62
|
+
ConflictResolutionPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConflictResolutionPolicy
|
63
|
+
PartitionUsagesResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionUsagesResult
|
64
|
+
PrivateEndpointConnectionListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointConnectionListResult
|
65
|
+
UsagesResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UsagesResult
|
66
|
+
SqlContainerListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerListResult
|
67
|
+
GremlinDatabaseListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseListResult
|
68
|
+
NotebookWorkspaceConnectionInfoResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceConnectionInfoResult
|
69
|
+
GremlinGraphGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetPropertiesResource
|
70
|
+
SqlUserDefinedFunctionGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionGetPropertiesResource
|
71
|
+
Usage = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Usage
|
72
|
+
SqlUserDefinedFunctionListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionListResult
|
73
|
+
MetricName = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricName
|
74
|
+
Resource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Resource
|
75
|
+
GremlinGraphListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphListResult
|
76
|
+
MongoDBDatabaseGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetPropertiesResource
|
77
|
+
ErrorResponse = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ErrorResponse
|
78
|
+
PartitionMetricListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionMetricListResult
|
79
|
+
ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
80
|
+
MongoIndexKeys = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndexKeys
|
81
|
+
IpAddressOrRange = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IpAddressOrRange
|
82
|
+
MongoIndex = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndex
|
83
|
+
Capability = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Capability
|
84
|
+
PercentileMetricListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetricListResult
|
85
|
+
FailoverPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::FailoverPolicy
|
86
|
+
MongoDBCollectionListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionListResult
|
87
|
+
PrivateEndpointProperty = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointProperty
|
88
|
+
MetricListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricListResult
|
89
|
+
Metric = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Metric
|
90
|
+
TableListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableListResult
|
91
|
+
MongoDBDatabaseResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseResource
|
92
|
+
MetricValue = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricValue
|
93
|
+
BackupPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::BackupPolicy
|
94
|
+
CassandraKeyspaceListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceListResult
|
95
|
+
MongoDBCollectionResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionResource
|
96
|
+
CassandraPartitionKey = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraPartitionKey
|
97
|
+
SqlDatabaseGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetPropertiesResource
|
98
|
+
Indexes = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Indexes
|
99
|
+
OperationListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OperationListResult
|
100
|
+
SpatialSpec = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SpatialSpec
|
101
|
+
Operation = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Operation
|
102
|
+
UniqueKeyPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UniqueKeyPolicy
|
103
|
+
OperationDisplay = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OperationDisplay
|
104
|
+
PrivateLinkResourceListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkResourceListResult
|
105
|
+
DatabaseAccountUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountUpdateParameters
|
106
|
+
SqlStoredProcedureListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureListResult
|
107
|
+
DatabaseAccountListReadOnlyKeysResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListReadOnlyKeysResult
|
108
|
+
SqlTriggerGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerGetPropertiesResource
|
109
|
+
OptionsResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OptionsResource
|
110
|
+
PeriodicModeProperties = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PeriodicModeProperties
|
111
|
+
DatabaseAccountConnectionString = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountConnectionString
|
112
|
+
MongoIndexOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndexOptions
|
113
|
+
DatabaseAccountListConnectionStringsResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListConnectionStringsResult
|
114
|
+
PercentileMetric = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetric
|
115
|
+
DatabaseAccountRegenerateKeyParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountRegenerateKeyParameters
|
116
|
+
CassandraKeyspaceGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetPropertiesResource
|
117
|
+
ThroughputSettingsResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsResource
|
118
|
+
Column = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Column
|
119
|
+
GremlinGraphResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphResource
|
120
|
+
ExcludedPath = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ExcludedPath
|
121
|
+
SqlDatabaseResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseResource
|
122
|
+
SqlContainerGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetPropertiesResource
|
123
|
+
AutoscaleSettings = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoscaleSettings
|
124
|
+
NotebookWorkspaceListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceListResult
|
125
|
+
CreateUpdateOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CreateUpdateOptions
|
126
|
+
MongoDBDatabaseListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseListResult
|
127
|
+
GremlinDatabaseResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseResource
|
128
|
+
TableGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetPropertiesResource
|
129
|
+
SqlContainerResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerResource
|
130
|
+
CassandraTableResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableResource
|
131
|
+
SqlStoredProcedureGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureGetPropertiesResource
|
132
|
+
SqlStoredProcedureResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureResource
|
133
|
+
MongoDBCollectionGetPropertiesResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetPropertiesResource
|
134
|
+
CassandraKeyspaceResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceResource
|
135
|
+
ContainerPartitionKey = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ContainerPartitionKey
|
136
|
+
SqlUserDefinedFunctionResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionResource
|
137
|
+
MetricDefinitionsListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricDefinitionsListResult
|
138
|
+
TableResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableResource
|
139
|
+
SqlTriggerListResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerListResult
|
140
|
+
SqlTriggerResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerResource
|
141
|
+
PrivateEndpointConnection = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointConnection
|
142
|
+
DatabaseAccountGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountGetResults
|
143
|
+
SqlDatabaseGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetPropertiesOptions
|
144
|
+
SqlDatabaseGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetResults
|
145
|
+
SqlContainerGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetPropertiesOptions
|
146
|
+
SqlContainerGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetResults
|
147
|
+
SqlStoredProcedureGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureGetResults
|
148
|
+
SqlUserDefinedFunctionGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionGetResults
|
149
|
+
SqlTriggerGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerGetResults
|
150
|
+
MongoDBDatabaseGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetPropertiesOptions
|
151
|
+
MongoDBDatabaseGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetResults
|
152
|
+
MongoDBCollectionGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetPropertiesOptions
|
153
|
+
MongoDBCollectionGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetResults
|
154
|
+
TableGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetPropertiesOptions
|
155
|
+
TableGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetResults
|
156
|
+
CassandraKeyspaceGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetPropertiesOptions
|
157
|
+
CassandraKeyspaceGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetResults
|
158
|
+
CassandraTableGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetPropertiesOptions
|
159
|
+
CassandraTableGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetResults
|
160
|
+
GremlinDatabaseGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetPropertiesOptions
|
161
|
+
GremlinDatabaseGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetResults
|
162
|
+
GremlinGraphGetPropertiesOptions = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetPropertiesOptions
|
163
|
+
GremlinGraphGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetResults
|
164
|
+
ThroughputSettingsGetResults = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsGetResults
|
165
|
+
DatabaseAccountCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountCreateUpdateParameters
|
166
|
+
DatabaseAccountListKeysResult = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListKeysResult
|
167
|
+
ThroughputSettingsUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsUpdateParameters
|
168
|
+
SqlDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseCreateUpdateParameters
|
169
|
+
SqlContainerCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerCreateUpdateParameters
|
170
|
+
SqlStoredProcedureCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureCreateUpdateParameters
|
171
|
+
SqlUserDefinedFunctionCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionCreateUpdateParameters
|
172
|
+
SqlTriggerCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerCreateUpdateParameters
|
173
|
+
MongoDBDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseCreateUpdateParameters
|
174
|
+
MongoDBCollectionCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionCreateUpdateParameters
|
175
|
+
TableCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableCreateUpdateParameters
|
176
|
+
CassandraKeyspaceCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceCreateUpdateParameters
|
177
|
+
CassandraTableCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableCreateUpdateParameters
|
178
|
+
GremlinDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseCreateUpdateParameters
|
179
|
+
GremlinGraphCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphCreateUpdateParameters
|
180
|
+
PartitionUsage = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionUsage
|
181
|
+
PercentileMetricValue = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetricValue
|
182
|
+
PartitionMetric = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionMetric
|
183
|
+
PeriodicModeBackupPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PeriodicModeBackupPolicy
|
184
|
+
ContinuousModeBackupPolicy = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ContinuousModeBackupPolicy
|
185
|
+
TrackedResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TrackedResource
|
186
|
+
AzureEntityResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AzureEntityResource
|
187
|
+
ProxyResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ProxyResource
|
188
|
+
NotebookWorkspaceCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceCreateUpdateParameters
|
189
|
+
NotebookWorkspace = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspace
|
190
|
+
PrivateLinkResource = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkResource
|
191
|
+
DatabaseAccountKind = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountKind
|
192
|
+
ResourceIdentityType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ResourceIdentityType
|
193
|
+
DatabaseAccountOfferType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountOfferType
|
194
|
+
DefaultConsistencyLevel = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DefaultConsistencyLevel
|
195
|
+
ConnectorOffer = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConnectorOffer
|
196
|
+
PublicNetworkAccess = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PublicNetworkAccess
|
197
|
+
ServerVersion = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ServerVersion
|
198
|
+
NetworkAclBypass = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NetworkAclBypass
|
199
|
+
IndexingMode = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexingMode
|
200
|
+
DataType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DataType
|
201
|
+
IndexKind = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexKind
|
202
|
+
CompositePathSortOrder = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CompositePathSortOrder
|
203
|
+
SpatialType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SpatialType
|
204
|
+
PartitionKind = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionKind
|
205
|
+
ConflictResolutionMode = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConflictResolutionMode
|
206
|
+
TriggerType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TriggerType
|
207
|
+
TriggerOperation = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TriggerOperation
|
208
|
+
KeyKind = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::KeyKind
|
209
|
+
UnitType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UnitType
|
210
|
+
PrimaryAggregationType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrimaryAggregationType
|
211
|
+
BackupPolicyType = Azure::Cosmosdb::Mgmt::V2021_01_15::Models::BackupPolicyType
|
208
212
|
end
|
209
213
|
|
210
214
|
#
|
@@ -226,7 +230,7 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
226
230
|
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
227
231
|
@options = options[:options].nil? ? nil:options[:options]
|
228
232
|
|
229
|
-
@client_0 = Azure::Cosmosdb::Mgmt::
|
233
|
+
@client_0 = Azure::Cosmosdb::Mgmt::V2021_01_15::CosmosDBManagementClient.new(configurable.credentials, base_url, options)
|
230
234
|
if(@client_0.respond_to?(:subscription_id))
|
231
235
|
@client_0.subscription_id = configurable.subscription_id
|
232
236
|
end
|
@@ -250,14 +254,8 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
250
254
|
@cassandra_resources = @client_0.cassandra_resources
|
251
255
|
@gremlin_resources = @client_0.gremlin_resources
|
252
256
|
@notebook_workspaces = @client_0.notebook_workspaces
|
253
|
-
|
254
|
-
@
|
255
|
-
if(@client_1.respond_to?(:subscription_id))
|
256
|
-
@client_1.subscription_id = configurable.subscription_id
|
257
|
-
end
|
258
|
-
add_telemetry(@client_1)
|
259
|
-
@private_link_resources = @client_1.private_link_resources
|
260
|
-
@private_endpoint_connections = @client_1.private_endpoint_connections
|
257
|
+
@private_link_resources = @client_0.private_link_resources
|
258
|
+
@private_endpoint_connections = @client_0.private_endpoint_connections
|
261
259
|
|
262
260
|
@model_classes = ModelClasses.new
|
263
261
|
end
|
@@ -268,9 +266,7 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
268
266
|
end
|
269
267
|
|
270
268
|
def method_missing(method, *args)
|
271
|
-
if @
|
272
|
-
@client_1.send(method, *args)
|
273
|
-
elsif @client_0.respond_to?method
|
269
|
+
if @client_0.respond_to?method
|
274
270
|
@client_0.send(method, *args)
|
275
271
|
else
|
276
272
|
super
|
@@ -281,532 +277,544 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
281
277
|
|
282
278
|
class ModelClasses
|
283
279
|
def error_response_updated_format
|
284
|
-
Azure::Cosmosdb::Mgmt::
|
285
|
-
end
|
286
|
-
def ip_address_or_range
|
287
|
-
Azure::Cosmosdb::Mgmt::V2020_09_01::Models::IpAddressOrRange
|
280
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ErrorResponseUpdatedFormat
|
288
281
|
end
|
289
282
|
def failover_policies
|
290
|
-
Azure::Cosmosdb::Mgmt::
|
283
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::FailoverPolicies
|
291
284
|
end
|
292
|
-
def
|
293
|
-
Azure::Cosmosdb::Mgmt::
|
285
|
+
def managed_service_identity
|
286
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ManagedServiceIdentity
|
294
287
|
end
|
295
288
|
def region_for_online_offline
|
296
|
-
Azure::Cosmosdb::Mgmt::
|
289
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::RegionForOnlineOffline
|
297
290
|
end
|
298
|
-
def
|
299
|
-
Azure::Cosmosdb::Mgmt::
|
291
|
+
def consistency_policy
|
292
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConsistencyPolicy
|
300
293
|
end
|
301
294
|
def armresource_properties
|
302
|
-
Azure::Cosmosdb::Mgmt::
|
295
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ARMResourceProperties
|
303
296
|
end
|
304
|
-
def
|
305
|
-
Azure::Cosmosdb::Mgmt::
|
297
|
+
def location
|
298
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Location
|
306
299
|
end
|
307
|
-
def
|
308
|
-
Azure::Cosmosdb::Mgmt::
|
300
|
+
def armproxy_resource
|
301
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ARMProxyResource
|
309
302
|
end
|
310
|
-
def
|
311
|
-
Azure::Cosmosdb::Mgmt::
|
303
|
+
def virtual_network_rule
|
304
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::VirtualNetworkRule
|
312
305
|
end
|
313
|
-
def
|
314
|
-
Azure::Cosmosdb::Mgmt::
|
306
|
+
def extended_resource_properties
|
307
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ExtendedResourceProperties
|
315
308
|
end
|
316
|
-
def
|
317
|
-
Azure::Cosmosdb::Mgmt::
|
309
|
+
def private_link_service_connection_state_property
|
310
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkServiceConnectionStateProperty
|
318
311
|
end
|
319
|
-
def
|
320
|
-
Azure::Cosmosdb::Mgmt::
|
312
|
+
def throughput_policy_resource
|
313
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputPolicyResource
|
321
314
|
end
|
322
|
-
def
|
323
|
-
Azure::Cosmosdb::Mgmt::
|
315
|
+
def api_properties
|
316
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ApiProperties
|
324
317
|
end
|
325
|
-
def
|
326
|
-
Azure::Cosmosdb::Mgmt::
|
318
|
+
def auto_upgrade_policy_resource
|
319
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoUpgradePolicyResource
|
327
320
|
end
|
328
|
-
def
|
329
|
-
Azure::Cosmosdb::Mgmt::
|
321
|
+
def cors_policy
|
322
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CorsPolicy
|
330
323
|
end
|
331
|
-
def
|
332
|
-
Azure::Cosmosdb::Mgmt::
|
324
|
+
def autoscale_settings_resource
|
325
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoscaleSettingsResource
|
326
|
+
end
|
327
|
+
def database_accounts_list_result
|
328
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountsListResult
|
329
|
+
end
|
330
|
+
def throughput_settings_get_properties_resource
|
331
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsGetPropertiesResource
|
332
|
+
end
|
333
|
+
def cluster_key
|
334
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ClusterKey
|
333
335
|
end
|
334
336
|
def cassandra_schema
|
335
|
-
Azure::Cosmosdb::Mgmt::
|
337
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraSchema
|
336
338
|
end
|
337
|
-
def
|
338
|
-
Azure::Cosmosdb::Mgmt::
|
339
|
+
def sql_database_list_result
|
340
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseListResult
|
339
341
|
end
|
340
342
|
def cassandra_table_get_properties_resource
|
341
|
-
Azure::Cosmosdb::Mgmt::
|
343
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetPropertiesResource
|
342
344
|
end
|
343
|
-
def
|
344
|
-
Azure::Cosmosdb::Mgmt::
|
345
|
+
def included_path
|
346
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IncludedPath
|
345
347
|
end
|
346
|
-
def
|
347
|
-
Azure::Cosmosdb::Mgmt::
|
348
|
+
def metric_definition
|
349
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricDefinition
|
348
350
|
end
|
349
|
-
def
|
350
|
-
Azure::Cosmosdb::Mgmt::
|
351
|
+
def composite_path
|
352
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CompositePath
|
351
353
|
end
|
352
|
-
def
|
353
|
-
Azure::Cosmosdb::Mgmt::
|
354
|
+
def metric_availability
|
355
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricAvailability
|
354
356
|
end
|
355
|
-
def
|
356
|
-
Azure::Cosmosdb::Mgmt::
|
357
|
+
def indexing_policy
|
358
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexingPolicy
|
357
359
|
end
|
358
360
|
def cassandra_table_list_result
|
359
|
-
Azure::Cosmosdb::Mgmt::
|
361
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableListResult
|
360
362
|
end
|
361
|
-
def
|
362
|
-
Azure::Cosmosdb::Mgmt::
|
363
|
+
def unique_key
|
364
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UniqueKey
|
363
365
|
end
|
364
366
|
def gremlin_database_get_properties_resource
|
365
|
-
Azure::Cosmosdb::Mgmt::
|
367
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetPropertiesResource
|
366
368
|
end
|
367
|
-
def
|
368
|
-
Azure::Cosmosdb::Mgmt::
|
369
|
+
def conflict_resolution_policy
|
370
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConflictResolutionPolicy
|
369
371
|
end
|
370
|
-
def
|
371
|
-
Azure::Cosmosdb::Mgmt::
|
372
|
+
def partition_usages_result
|
373
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionUsagesResult
|
372
374
|
end
|
373
|
-
def
|
374
|
-
Azure::Cosmosdb::Mgmt::
|
375
|
+
def private_endpoint_connection_list_result
|
376
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointConnectionListResult
|
375
377
|
end
|
376
|
-
def
|
377
|
-
Azure::Cosmosdb::Mgmt::
|
378
|
+
def usages_result
|
379
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UsagesResult
|
380
|
+
end
|
381
|
+
def sql_container_list_result
|
382
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerListResult
|
378
383
|
end
|
379
384
|
def gremlin_database_list_result
|
380
|
-
Azure::Cosmosdb::Mgmt::
|
385
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseListResult
|
381
386
|
end
|
382
|
-
def
|
383
|
-
Azure::Cosmosdb::Mgmt::
|
387
|
+
def notebook_workspace_connection_info_result
|
388
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceConnectionInfoResult
|
384
389
|
end
|
385
390
|
def gremlin_graph_get_properties_resource
|
386
|
-
Azure::Cosmosdb::Mgmt::
|
391
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetPropertiesResource
|
387
392
|
end
|
388
|
-
def
|
389
|
-
Azure::Cosmosdb::Mgmt::
|
393
|
+
def sql_user_defined_function_get_properties_resource
|
394
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionGetPropertiesResource
|
390
395
|
end
|
391
|
-
def
|
392
|
-
Azure::Cosmosdb::Mgmt::
|
396
|
+
def usage
|
397
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Usage
|
393
398
|
end
|
394
|
-
def
|
395
|
-
Azure::Cosmosdb::Mgmt::
|
399
|
+
def sql_user_defined_function_list_result
|
400
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionListResult
|
396
401
|
end
|
397
|
-
def
|
398
|
-
Azure::Cosmosdb::Mgmt::
|
402
|
+
def metric_name
|
403
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricName
|
399
404
|
end
|
400
|
-
def
|
401
|
-
Azure::Cosmosdb::Mgmt::
|
405
|
+
def resource
|
406
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Resource
|
402
407
|
end
|
403
408
|
def gremlin_graph_list_result
|
404
|
-
Azure::Cosmosdb::Mgmt::
|
409
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphListResult
|
405
410
|
end
|
406
|
-
def
|
407
|
-
Azure::Cosmosdb::Mgmt::
|
411
|
+
def mongo_dbdatabase_get_properties_resource
|
412
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetPropertiesResource
|
408
413
|
end
|
409
|
-
def
|
410
|
-
Azure::Cosmosdb::Mgmt::
|
414
|
+
def error_response
|
415
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ErrorResponse
|
411
416
|
end
|
412
|
-
def
|
413
|
-
Azure::Cosmosdb::Mgmt::
|
417
|
+
def partition_metric_list_result
|
418
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionMetricListResult
|
414
419
|
end
|
415
|
-
def
|
416
|
-
Azure::Cosmosdb::Mgmt::
|
420
|
+
def managed_service_identity_user_assigned_identities_value
|
421
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ManagedServiceIdentityUserAssignedIdentitiesValue
|
417
422
|
end
|
418
|
-
def
|
419
|
-
Azure::Cosmosdb::Mgmt::
|
423
|
+
def mongo_index_keys
|
424
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndexKeys
|
420
425
|
end
|
421
|
-
def
|
422
|
-
Azure::Cosmosdb::Mgmt::
|
426
|
+
def ip_address_or_range
|
427
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IpAddressOrRange
|
423
428
|
end
|
424
|
-
def
|
425
|
-
Azure::Cosmosdb::Mgmt::
|
429
|
+
def mongo_index
|
430
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndex
|
426
431
|
end
|
427
|
-
def
|
428
|
-
Azure::Cosmosdb::Mgmt::
|
432
|
+
def capability
|
433
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Capability
|
429
434
|
end
|
430
|
-
def
|
431
|
-
Azure::Cosmosdb::Mgmt::
|
435
|
+
def percentile_metric_list_result
|
436
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetricListResult
|
432
437
|
end
|
433
|
-
def
|
434
|
-
Azure::Cosmosdb::Mgmt::
|
438
|
+
def failover_policy
|
439
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::FailoverPolicy
|
435
440
|
end
|
436
|
-
def
|
437
|
-
Azure::Cosmosdb::Mgmt::
|
441
|
+
def mongo_dbcollection_list_result
|
442
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionListResult
|
438
443
|
end
|
439
|
-
def
|
440
|
-
Azure::Cosmosdb::Mgmt::
|
444
|
+
def private_endpoint_property
|
445
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointProperty
|
441
446
|
end
|
442
|
-
def
|
443
|
-
Azure::Cosmosdb::Mgmt::
|
447
|
+
def metric_list_result
|
448
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricListResult
|
444
449
|
end
|
445
|
-
def
|
446
|
-
Azure::Cosmosdb::Mgmt::
|
450
|
+
def metric
|
451
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Metric
|
447
452
|
end
|
448
|
-
def
|
449
|
-
Azure::Cosmosdb::Mgmt::
|
453
|
+
def table_list_result
|
454
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableListResult
|
450
455
|
end
|
451
|
-
def
|
452
|
-
Azure::Cosmosdb::Mgmt::
|
456
|
+
def mongo_dbdatabase_resource
|
457
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseResource
|
453
458
|
end
|
454
|
-
def
|
455
|
-
Azure::Cosmosdb::Mgmt::
|
459
|
+
def metric_value
|
460
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricValue
|
456
461
|
end
|
457
|
-
def
|
458
|
-
Azure::Cosmosdb::Mgmt::
|
462
|
+
def backup_policy
|
463
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::BackupPolicy
|
459
464
|
end
|
460
|
-
def
|
461
|
-
Azure::Cosmosdb::Mgmt::
|
465
|
+
def cassandra_keyspace_list_result
|
466
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceListResult
|
462
467
|
end
|
463
|
-
def
|
464
|
-
Azure::Cosmosdb::Mgmt::
|
468
|
+
def mongo_dbcollection_resource
|
469
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionResource
|
465
470
|
end
|
466
|
-
def
|
467
|
-
Azure::Cosmosdb::Mgmt::
|
471
|
+
def cassandra_partition_key
|
472
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraPartitionKey
|
468
473
|
end
|
469
|
-
def
|
470
|
-
Azure::Cosmosdb::Mgmt::
|
474
|
+
def sql_database_get_properties_resource
|
475
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetPropertiesResource
|
471
476
|
end
|
472
|
-
def
|
473
|
-
Azure::Cosmosdb::Mgmt::
|
477
|
+
def indexes
|
478
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Indexes
|
474
479
|
end
|
475
|
-
def
|
476
|
-
Azure::Cosmosdb::Mgmt::
|
480
|
+
def operation_list_result
|
481
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OperationListResult
|
477
482
|
end
|
478
|
-
def
|
479
|
-
Azure::Cosmosdb::Mgmt::
|
483
|
+
def spatial_spec
|
484
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SpatialSpec
|
485
|
+
end
|
486
|
+
def operation
|
487
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Operation
|
488
|
+
end
|
489
|
+
def unique_key_policy
|
490
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UniqueKeyPolicy
|
491
|
+
end
|
492
|
+
def operation_display
|
493
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OperationDisplay
|
494
|
+
end
|
495
|
+
def private_link_resource_list_result
|
496
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkResourceListResult
|
480
497
|
end
|
481
498
|
def database_account_update_parameters
|
482
|
-
Azure::Cosmosdb::Mgmt::
|
499
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountUpdateParameters
|
483
500
|
end
|
484
|
-
def
|
485
|
-
Azure::Cosmosdb::Mgmt::
|
501
|
+
def sql_stored_procedure_list_result
|
502
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureListResult
|
486
503
|
end
|
487
504
|
def database_account_list_read_only_keys_result
|
488
|
-
Azure::Cosmosdb::Mgmt::
|
505
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListReadOnlyKeysResult
|
489
506
|
end
|
490
|
-
def
|
491
|
-
Azure::Cosmosdb::Mgmt::
|
507
|
+
def sql_trigger_get_properties_resource
|
508
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerGetPropertiesResource
|
492
509
|
end
|
493
|
-
def
|
494
|
-
Azure::Cosmosdb::Mgmt::
|
510
|
+
def options_resource
|
511
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::OptionsResource
|
495
512
|
end
|
496
|
-
def
|
497
|
-
Azure::Cosmosdb::Mgmt::
|
513
|
+
def periodic_mode_properties
|
514
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PeriodicModeProperties
|
498
515
|
end
|
499
516
|
def database_account_connection_string
|
500
|
-
Azure::Cosmosdb::Mgmt::
|
517
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountConnectionString
|
501
518
|
end
|
502
|
-
def
|
503
|
-
Azure::Cosmosdb::Mgmt::
|
519
|
+
def mongo_index_options
|
520
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoIndexOptions
|
504
521
|
end
|
505
522
|
def database_account_list_connection_strings_result
|
506
|
-
Azure::Cosmosdb::Mgmt::
|
523
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListConnectionStringsResult
|
507
524
|
end
|
508
|
-
def
|
509
|
-
Azure::Cosmosdb::Mgmt::
|
525
|
+
def percentile_metric
|
526
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetric
|
510
527
|
end
|
511
528
|
def database_account_regenerate_key_parameters
|
512
|
-
Azure::Cosmosdb::Mgmt::
|
529
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountRegenerateKeyParameters
|
513
530
|
end
|
514
|
-
def
|
515
|
-
Azure::Cosmosdb::Mgmt::
|
531
|
+
def cassandra_keyspace_get_properties_resource
|
532
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetPropertiesResource
|
516
533
|
end
|
517
534
|
def throughput_settings_resource
|
518
|
-
Azure::Cosmosdb::Mgmt::
|
519
|
-
end
|
520
|
-
def composite_path
|
521
|
-
Azure::Cosmosdb::Mgmt::V2020_09_01::Models::CompositePath
|
535
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsResource
|
522
536
|
end
|
523
|
-
def
|
524
|
-
Azure::Cosmosdb::Mgmt::
|
537
|
+
def column
|
538
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::Column
|
525
539
|
end
|
526
|
-
def
|
527
|
-
Azure::Cosmosdb::Mgmt::
|
540
|
+
def gremlin_graph_resource
|
541
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphResource
|
528
542
|
end
|
529
|
-
def
|
530
|
-
Azure::Cosmosdb::Mgmt::
|
543
|
+
def excluded_path
|
544
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ExcludedPath
|
531
545
|
end
|
532
546
|
def sql_database_resource
|
533
|
-
Azure::Cosmosdb::Mgmt::
|
547
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseResource
|
534
548
|
end
|
535
|
-
def
|
536
|
-
Azure::Cosmosdb::Mgmt::
|
549
|
+
def sql_container_get_properties_resource
|
550
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetPropertiesResource
|
537
551
|
end
|
538
552
|
def autoscale_settings
|
539
|
-
Azure::Cosmosdb::Mgmt::
|
553
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AutoscaleSettings
|
540
554
|
end
|
541
|
-
def
|
542
|
-
Azure::Cosmosdb::Mgmt::
|
555
|
+
def notebook_workspace_list_result
|
556
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceListResult
|
543
557
|
end
|
544
558
|
def create_update_options
|
545
|
-
Azure::Cosmosdb::Mgmt::
|
559
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CreateUpdateOptions
|
546
560
|
end
|
547
|
-
def
|
548
|
-
Azure::Cosmosdb::Mgmt::
|
561
|
+
def mongo_dbdatabase_list_result
|
562
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseListResult
|
549
563
|
end
|
550
|
-
def
|
551
|
-
Azure::Cosmosdb::Mgmt::
|
564
|
+
def gremlin_database_resource
|
565
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseResource
|
552
566
|
end
|
553
|
-
def
|
554
|
-
Azure::Cosmosdb::Mgmt::
|
567
|
+
def table_get_properties_resource
|
568
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetPropertiesResource
|
555
569
|
end
|
556
570
|
def sql_container_resource
|
557
|
-
Azure::Cosmosdb::Mgmt::
|
571
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerResource
|
558
572
|
end
|
559
|
-
def
|
560
|
-
Azure::Cosmosdb::Mgmt::
|
561
|
-
end
|
562
|
-
def mongo_dbcollection_resource
|
563
|
-
Azure::Cosmosdb::Mgmt::V2020_09_01::Models::MongoDBCollectionResource
|
573
|
+
def cassandra_table_resource
|
574
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableResource
|
564
575
|
end
|
565
|
-
def
|
566
|
-
Azure::Cosmosdb::Mgmt::
|
576
|
+
def sql_stored_procedure_get_properties_resource
|
577
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureGetPropertiesResource
|
567
578
|
end
|
568
579
|
def sql_stored_procedure_resource
|
569
|
-
Azure::Cosmosdb::Mgmt::
|
580
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureResource
|
570
581
|
end
|
571
|
-
def
|
572
|
-
Azure::Cosmosdb::Mgmt::
|
582
|
+
def mongo_dbcollection_get_properties_resource
|
583
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetPropertiesResource
|
573
584
|
end
|
574
|
-
def
|
575
|
-
Azure::Cosmosdb::Mgmt::
|
585
|
+
def cassandra_keyspace_resource
|
586
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceResource
|
576
587
|
end
|
577
|
-
def
|
578
|
-
Azure::Cosmosdb::Mgmt::
|
588
|
+
def container_partition_key
|
589
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ContainerPartitionKey
|
579
590
|
end
|
580
591
|
def sql_user_defined_function_resource
|
581
|
-
Azure::Cosmosdb::Mgmt::
|
592
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionResource
|
593
|
+
end
|
594
|
+
def metric_definitions_list_result
|
595
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MetricDefinitionsListResult
|
596
|
+
end
|
597
|
+
def table_resource
|
598
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableResource
|
599
|
+
end
|
600
|
+
def sql_trigger_list_result
|
601
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerListResult
|
602
|
+
end
|
603
|
+
def sql_trigger_resource
|
604
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerResource
|
605
|
+
end
|
606
|
+
def private_endpoint_connection
|
607
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateEndpointConnection
|
582
608
|
end
|
583
609
|
def database_account_get_results
|
584
|
-
Azure::Cosmosdb::Mgmt::
|
610
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountGetResults
|
585
611
|
end
|
586
612
|
def sql_database_get_properties_options
|
587
|
-
Azure::Cosmosdb::Mgmt::
|
613
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetPropertiesOptions
|
588
614
|
end
|
589
615
|
def sql_database_get_results
|
590
|
-
Azure::Cosmosdb::Mgmt::
|
616
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseGetResults
|
591
617
|
end
|
592
618
|
def sql_container_get_properties_options
|
593
|
-
Azure::Cosmosdb::Mgmt::
|
619
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetPropertiesOptions
|
594
620
|
end
|
595
621
|
def sql_container_get_results
|
596
|
-
Azure::Cosmosdb::Mgmt::
|
622
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerGetResults
|
597
623
|
end
|
598
624
|
def sql_stored_procedure_get_results
|
599
|
-
Azure::Cosmosdb::Mgmt::
|
625
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureGetResults
|
600
626
|
end
|
601
627
|
def sql_user_defined_function_get_results
|
602
|
-
Azure::Cosmosdb::Mgmt::
|
628
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionGetResults
|
603
629
|
end
|
604
630
|
def sql_trigger_get_results
|
605
|
-
Azure::Cosmosdb::Mgmt::
|
631
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerGetResults
|
606
632
|
end
|
607
633
|
def mongo_dbdatabase_get_properties_options
|
608
|
-
Azure::Cosmosdb::Mgmt::
|
634
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetPropertiesOptions
|
609
635
|
end
|
610
636
|
def mongo_dbdatabase_get_results
|
611
|
-
Azure::Cosmosdb::Mgmt::
|
637
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseGetResults
|
612
638
|
end
|
613
639
|
def mongo_dbcollection_get_properties_options
|
614
|
-
Azure::Cosmosdb::Mgmt::
|
640
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetPropertiesOptions
|
615
641
|
end
|
616
642
|
def mongo_dbcollection_get_results
|
617
|
-
Azure::Cosmosdb::Mgmt::
|
643
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionGetResults
|
618
644
|
end
|
619
645
|
def table_get_properties_options
|
620
|
-
Azure::Cosmosdb::Mgmt::
|
646
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetPropertiesOptions
|
621
647
|
end
|
622
648
|
def table_get_results
|
623
|
-
Azure::Cosmosdb::Mgmt::
|
649
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableGetResults
|
624
650
|
end
|
625
651
|
def cassandra_keyspace_get_properties_options
|
626
|
-
Azure::Cosmosdb::Mgmt::
|
652
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetPropertiesOptions
|
627
653
|
end
|
628
654
|
def cassandra_keyspace_get_results
|
629
|
-
Azure::Cosmosdb::Mgmt::
|
655
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceGetResults
|
630
656
|
end
|
631
657
|
def cassandra_table_get_properties_options
|
632
|
-
Azure::Cosmosdb::Mgmt::
|
658
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetPropertiesOptions
|
633
659
|
end
|
634
660
|
def cassandra_table_get_results
|
635
|
-
Azure::Cosmosdb::Mgmt::
|
661
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableGetResults
|
636
662
|
end
|
637
663
|
def gremlin_database_get_properties_options
|
638
|
-
Azure::Cosmosdb::Mgmt::
|
664
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetPropertiesOptions
|
639
665
|
end
|
640
666
|
def gremlin_database_get_results
|
641
|
-
Azure::Cosmosdb::Mgmt::
|
667
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseGetResults
|
642
668
|
end
|
643
669
|
def gremlin_graph_get_properties_options
|
644
|
-
Azure::Cosmosdb::Mgmt::
|
670
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetPropertiesOptions
|
645
671
|
end
|
646
672
|
def gremlin_graph_get_results
|
647
|
-
Azure::Cosmosdb::Mgmt::
|
673
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphGetResults
|
648
674
|
end
|
649
675
|
def throughput_settings_get_results
|
650
|
-
Azure::Cosmosdb::Mgmt::
|
676
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsGetResults
|
651
677
|
end
|
652
678
|
def database_account_create_update_parameters
|
653
|
-
Azure::Cosmosdb::Mgmt::
|
679
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountCreateUpdateParameters
|
654
680
|
end
|
655
681
|
def database_account_list_keys_result
|
656
|
-
Azure::Cosmosdb::Mgmt::
|
682
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountListKeysResult
|
657
683
|
end
|
658
684
|
def throughput_settings_update_parameters
|
659
|
-
Azure::Cosmosdb::Mgmt::
|
685
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ThroughputSettingsUpdateParameters
|
660
686
|
end
|
661
687
|
def sql_database_create_update_parameters
|
662
|
-
Azure::Cosmosdb::Mgmt::
|
688
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlDatabaseCreateUpdateParameters
|
663
689
|
end
|
664
690
|
def sql_container_create_update_parameters
|
665
|
-
Azure::Cosmosdb::Mgmt::
|
691
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlContainerCreateUpdateParameters
|
666
692
|
end
|
667
693
|
def sql_stored_procedure_create_update_parameters
|
668
|
-
Azure::Cosmosdb::Mgmt::
|
694
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlStoredProcedureCreateUpdateParameters
|
669
695
|
end
|
670
696
|
def sql_user_defined_function_create_update_parameters
|
671
|
-
Azure::Cosmosdb::Mgmt::
|
697
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlUserDefinedFunctionCreateUpdateParameters
|
672
698
|
end
|
673
699
|
def sql_trigger_create_update_parameters
|
674
|
-
Azure::Cosmosdb::Mgmt::
|
700
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SqlTriggerCreateUpdateParameters
|
675
701
|
end
|
676
702
|
def mongo_dbdatabase_create_update_parameters
|
677
|
-
Azure::Cosmosdb::Mgmt::
|
703
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBDatabaseCreateUpdateParameters
|
678
704
|
end
|
679
705
|
def mongo_dbcollection_create_update_parameters
|
680
|
-
Azure::Cosmosdb::Mgmt::
|
706
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::MongoDBCollectionCreateUpdateParameters
|
681
707
|
end
|
682
708
|
def table_create_update_parameters
|
683
|
-
Azure::Cosmosdb::Mgmt::
|
709
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TableCreateUpdateParameters
|
684
710
|
end
|
685
711
|
def cassandra_keyspace_create_update_parameters
|
686
|
-
Azure::Cosmosdb::Mgmt::
|
712
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraKeyspaceCreateUpdateParameters
|
687
713
|
end
|
688
714
|
def cassandra_table_create_update_parameters
|
689
|
-
Azure::Cosmosdb::Mgmt::
|
715
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CassandraTableCreateUpdateParameters
|
690
716
|
end
|
691
717
|
def gremlin_database_create_update_parameters
|
692
|
-
Azure::Cosmosdb::Mgmt::
|
718
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinDatabaseCreateUpdateParameters
|
693
719
|
end
|
694
720
|
def gremlin_graph_create_update_parameters
|
695
|
-
Azure::Cosmosdb::Mgmt::
|
721
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::GremlinGraphCreateUpdateParameters
|
696
722
|
end
|
697
723
|
def partition_usage
|
698
|
-
Azure::Cosmosdb::Mgmt::
|
724
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionUsage
|
699
725
|
end
|
700
726
|
def percentile_metric_value
|
701
|
-
Azure::Cosmosdb::Mgmt::
|
727
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PercentileMetricValue
|
702
728
|
end
|
703
729
|
def partition_metric
|
704
|
-
Azure::Cosmosdb::Mgmt::
|
730
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionMetric
|
705
731
|
end
|
706
732
|
def periodic_mode_backup_policy
|
707
|
-
Azure::Cosmosdb::Mgmt::
|
733
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PeriodicModeBackupPolicy
|
708
734
|
end
|
709
735
|
def continuous_mode_backup_policy
|
710
|
-
Azure::Cosmosdb::Mgmt::
|
736
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ContinuousModeBackupPolicy
|
737
|
+
end
|
738
|
+
def tracked_resource
|
739
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TrackedResource
|
740
|
+
end
|
741
|
+
def azure_entity_resource
|
742
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::AzureEntityResource
|
743
|
+
end
|
744
|
+
def proxy_resource
|
745
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ProxyResource
|
711
746
|
end
|
712
747
|
def notebook_workspace_create_update_parameters
|
713
|
-
Azure::Cosmosdb::Mgmt::
|
748
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspaceCreateUpdateParameters
|
714
749
|
end
|
715
750
|
def notebook_workspace
|
716
|
-
Azure::Cosmosdb::Mgmt::
|
751
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NotebookWorkspace
|
752
|
+
end
|
753
|
+
def private_link_resource
|
754
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrivateLinkResource
|
717
755
|
end
|
718
756
|
def database_account_kind
|
719
|
-
Azure::Cosmosdb::Mgmt::
|
757
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountKind
|
758
|
+
end
|
759
|
+
def resource_identity_type
|
760
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ResourceIdentityType
|
720
761
|
end
|
721
762
|
def database_account_offer_type
|
722
|
-
Azure::Cosmosdb::Mgmt::
|
763
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DatabaseAccountOfferType
|
723
764
|
end
|
724
765
|
def default_consistency_level
|
725
|
-
Azure::Cosmosdb::Mgmt::
|
766
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DefaultConsistencyLevel
|
726
767
|
end
|
727
768
|
def connector_offer
|
728
|
-
Azure::Cosmosdb::Mgmt::
|
769
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConnectorOffer
|
729
770
|
end
|
730
771
|
def public_network_access
|
731
|
-
Azure::Cosmosdb::Mgmt::
|
772
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PublicNetworkAccess
|
732
773
|
end
|
733
774
|
def server_version
|
734
|
-
Azure::Cosmosdb::Mgmt::
|
775
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ServerVersion
|
776
|
+
end
|
777
|
+
def network_acl_bypass
|
778
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::NetworkAclBypass
|
735
779
|
end
|
736
780
|
def indexing_mode
|
737
|
-
Azure::Cosmosdb::Mgmt::
|
781
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexingMode
|
738
782
|
end
|
739
783
|
def data_type
|
740
|
-
Azure::Cosmosdb::Mgmt::
|
784
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::DataType
|
741
785
|
end
|
742
786
|
def index_kind
|
743
|
-
Azure::Cosmosdb::Mgmt::
|
787
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::IndexKind
|
744
788
|
end
|
745
789
|
def composite_path_sort_order
|
746
|
-
Azure::Cosmosdb::Mgmt::
|
790
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::CompositePathSortOrder
|
747
791
|
end
|
748
792
|
def spatial_type
|
749
|
-
Azure::Cosmosdb::Mgmt::
|
793
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::SpatialType
|
750
794
|
end
|
751
795
|
def partition_kind
|
752
|
-
Azure::Cosmosdb::Mgmt::
|
796
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PartitionKind
|
753
797
|
end
|
754
798
|
def conflict_resolution_mode
|
755
|
-
Azure::Cosmosdb::Mgmt::
|
799
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::ConflictResolutionMode
|
756
800
|
end
|
757
801
|
def trigger_type
|
758
|
-
Azure::Cosmosdb::Mgmt::
|
802
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TriggerType
|
759
803
|
end
|
760
804
|
def trigger_operation
|
761
|
-
Azure::Cosmosdb::Mgmt::
|
805
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::TriggerOperation
|
762
806
|
end
|
763
807
|
def key_kind
|
764
|
-
Azure::Cosmosdb::Mgmt::
|
808
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::KeyKind
|
765
809
|
end
|
766
810
|
def unit_type
|
767
|
-
Azure::Cosmosdb::Mgmt::
|
811
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::UnitType
|
768
812
|
end
|
769
813
|
def primary_aggregation_type
|
770
|
-
Azure::Cosmosdb::Mgmt::
|
814
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::PrimaryAggregationType
|
771
815
|
end
|
772
816
|
def backup_policy_type
|
773
|
-
Azure::Cosmosdb::Mgmt::
|
774
|
-
end
|
775
|
-
def private_endpoint_property
|
776
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointProperty
|
777
|
-
end
|
778
|
-
def private_link_service_connection_state_property
|
779
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateLinkServiceConnectionStateProperty
|
780
|
-
end
|
781
|
-
def private_link_resource_list_result
|
782
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateLinkResourceListResult
|
783
|
-
end
|
784
|
-
def error_response
|
785
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::ErrorResponse
|
786
|
-
end
|
787
|
-
def private_endpoint_connection_list_result
|
788
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnectionListResult
|
789
|
-
end
|
790
|
-
def armproxy_resource
|
791
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::ARMProxyResource
|
792
|
-
end
|
793
|
-
def resource
|
794
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::Resource
|
795
|
-
end
|
796
|
-
def private_link_resource
|
797
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateLinkResource
|
798
|
-
end
|
799
|
-
def proxy_resource
|
800
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::ProxyResource
|
801
|
-
end
|
802
|
-
def private_endpoint_connection
|
803
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::PrivateEndpointConnection
|
804
|
-
end
|
805
|
-
def tracked_resource
|
806
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::TrackedResource
|
807
|
-
end
|
808
|
-
def azure_entity_resource
|
809
|
-
Azure::Cosmosdb::Mgmt::V2019_08_01_preview::Models::AzureEntityResource
|
817
|
+
Azure::Cosmosdb::Mgmt::V2021_01_15::Models::BackupPolicyType
|
810
818
|
end
|
811
819
|
end
|
812
820
|
end
|