azure_mgmt_cosmosdb 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb.rb +50 -46
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/collection.rb +3 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/collection_partition.rb +2 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/collection_partition_region.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/collection_region.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/cosmos_db.rb +1 -1
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/database.rb +3 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/database_account_region.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/database_accounts.rb +3264 -715
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/connector_offer.rb +15 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/database_account.rb +24 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/database_account_create_update_parameters.rb +24 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/database_account_list_keys_result.rb +9 -15
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/location.rb +12 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput.rb +97 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput_resource.rb +46 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/throughput_update_parameters.rb +48 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/partition_key_range_id.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/partition_key_range_id_region.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/percentile.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/percentile_source_target.rb +1 -0
- data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/percentile_target.rb +1 -0
- data/lib/profiles/latest/modules/cosmosdb_profile_module.rb +169 -153
- data/lib/version.rb +1 -1
- metadata +7 -3
@@ -0,0 +1,15 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2015_04_08
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ConnectorOffer
|
10
|
+
#
|
11
|
+
module ConnectorOffer
|
12
|
+
Small = "Small"
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -74,6 +74,14 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
74
74
|
# @return [Boolean] Enables the account to write in multiple locations
|
75
75
|
attr_accessor :enable_multiple_write_locations
|
76
76
|
|
77
|
+
# @return [Boolean] Enables the cassandra connector on the Cosmos DB C*
|
78
|
+
# account
|
79
|
+
attr_accessor :enable_cassandra_connector
|
80
|
+
|
81
|
+
# @return [ConnectorOffer] The cassandra connector offer type for the
|
82
|
+
# Cosmos DB database C* account. Possible values include: 'Small'
|
83
|
+
attr_accessor :connector_offer
|
84
|
+
|
77
85
|
|
78
86
|
#
|
79
87
|
# Mapper for DatabaseAccount class as Ruby Hash.
|
@@ -303,6 +311,22 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
303
311
|
type: {
|
304
312
|
name: 'Boolean'
|
305
313
|
}
|
314
|
+
},
|
315
|
+
enable_cassandra_connector: {
|
316
|
+
client_side_validation: true,
|
317
|
+
required: false,
|
318
|
+
serialized_name: 'properties.enableCassandraConnector',
|
319
|
+
type: {
|
320
|
+
name: 'Boolean'
|
321
|
+
}
|
322
|
+
},
|
323
|
+
connector_offer: {
|
324
|
+
client_side_validation: true,
|
325
|
+
required: false,
|
326
|
+
serialized_name: 'properties.connectorOffer',
|
327
|
+
type: {
|
328
|
+
name: 'String'
|
329
|
+
}
|
306
330
|
}
|
307
331
|
}
|
308
332
|
}
|
@@ -58,6 +58,14 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
58
58
|
# @return [Boolean] Enables the account to write in multiple locations
|
59
59
|
attr_accessor :enable_multiple_write_locations
|
60
60
|
|
61
|
+
# @return [Boolean] Enables the cassandra connector on the Cosmos DB C*
|
62
|
+
# account
|
63
|
+
attr_accessor :enable_cassandra_connector
|
64
|
+
|
65
|
+
# @return [ConnectorOffer] The cassandra connector offer type for the
|
66
|
+
# Cosmos DB database C* account. Possible values include: 'Small'
|
67
|
+
attr_accessor :connector_offer
|
68
|
+
|
61
69
|
|
62
70
|
#
|
63
71
|
# Mapper for DatabaseAccountCreateUpdateParameters class as Ruby Hash.
|
@@ -233,6 +241,22 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
233
241
|
type: {
|
234
242
|
name: 'Boolean'
|
235
243
|
}
|
244
|
+
},
|
245
|
+
enable_cassandra_connector: {
|
246
|
+
client_side_validation: true,
|
247
|
+
required: false,
|
248
|
+
serialized_name: 'properties.enableCassandraConnector',
|
249
|
+
type: {
|
250
|
+
name: 'Boolean'
|
251
|
+
}
|
252
|
+
},
|
253
|
+
connector_offer: {
|
254
|
+
client_side_validation: true,
|
255
|
+
required: false,
|
256
|
+
serialized_name: 'properties.connectorOffer',
|
257
|
+
type: {
|
258
|
+
name: 'String'
|
259
|
+
}
|
236
260
|
}
|
237
261
|
}
|
238
262
|
}
|
data/lib/2015-04-08/generated/azure_mgmt_cosmosdb/models/database_account_list_keys_result.rb
CHANGED
@@ -8,7 +8,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
8
8
|
#
|
9
9
|
# The access keys for the given database account.
|
10
10
|
#
|
11
|
-
class DatabaseAccountListKeysResult
|
11
|
+
class DatabaseAccountListKeysResult < DatabaseAccountListReadOnlyKeysResult
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
@@ -18,12 +18,6 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
18
18
|
# @return [String] Base 64 encoded value of the secondary read-write key.
|
19
19
|
attr_accessor :secondary_master_key
|
20
20
|
|
21
|
-
# @return [String] Base 64 encoded value of the primary read-only key.
|
22
|
-
attr_accessor :primary_readonly_master_key
|
23
|
-
|
24
|
-
# @return [String] Base 64 encoded value of the secondary read-only key.
|
25
|
-
attr_accessor :secondary_readonly_master_key
|
26
|
-
|
27
21
|
|
28
22
|
#
|
29
23
|
# Mapper for DatabaseAccountListKeysResult class as Ruby Hash.
|
@@ -38,38 +32,38 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
38
32
|
name: 'Composite',
|
39
33
|
class_name: 'DatabaseAccountListKeysResult',
|
40
34
|
model_properties: {
|
41
|
-
|
35
|
+
primary_readonly_master_key: {
|
42
36
|
client_side_validation: true,
|
43
37
|
required: false,
|
44
38
|
read_only: true,
|
45
|
-
serialized_name: '
|
39
|
+
serialized_name: 'primaryReadonlyMasterKey',
|
46
40
|
type: {
|
47
41
|
name: 'String'
|
48
42
|
}
|
49
43
|
},
|
50
|
-
|
44
|
+
secondary_readonly_master_key: {
|
51
45
|
client_side_validation: true,
|
52
46
|
required: false,
|
53
47
|
read_only: true,
|
54
|
-
serialized_name: '
|
48
|
+
serialized_name: 'secondaryReadonlyMasterKey',
|
55
49
|
type: {
|
56
50
|
name: 'String'
|
57
51
|
}
|
58
52
|
},
|
59
|
-
|
53
|
+
primary_master_key: {
|
60
54
|
client_side_validation: true,
|
61
55
|
required: false,
|
62
56
|
read_only: true,
|
63
|
-
serialized_name: '
|
57
|
+
serialized_name: 'primaryMasterKey',
|
64
58
|
type: {
|
65
59
|
name: 'String'
|
66
60
|
}
|
67
61
|
},
|
68
|
-
|
62
|
+
secondary_master_key: {
|
69
63
|
client_side_validation: true,
|
70
64
|
required: false,
|
71
65
|
read_only: true,
|
72
|
-
serialized_name: '
|
66
|
+
serialized_name: 'secondaryMasterKey',
|
73
67
|
type: {
|
74
68
|
name: 'String'
|
75
69
|
}
|
@@ -34,6 +34,10 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
34
34
|
# account exists.
|
35
35
|
attr_accessor :failover_priority
|
36
36
|
|
37
|
+
# @return [Boolean] Flag to indicate whether or not this region is an
|
38
|
+
# AvailabilityZone region
|
39
|
+
attr_accessor :is_zone_redundant
|
40
|
+
|
37
41
|
|
38
42
|
#
|
39
43
|
# Mapper for Location class as Ruby Hash.
|
@@ -92,6 +96,14 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
92
96
|
type: {
|
93
97
|
name: 'Number'
|
94
98
|
}
|
99
|
+
},
|
100
|
+
is_zone_redundant: {
|
101
|
+
client_side_validation: true,
|
102
|
+
required: false,
|
103
|
+
serialized_name: 'isZoneRedundant',
|
104
|
+
type: {
|
105
|
+
name: 'Boolean'
|
106
|
+
}
|
95
107
|
}
|
96
108
|
}
|
97
109
|
}
|
@@ -0,0 +1,97 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2015_04_08
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# An Azure Cosmos DB resource throughput.
|
10
|
+
#
|
11
|
+
class Throughput < Resource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Integer] Value of the Cosmos DB resource throughput
|
16
|
+
attr_accessor :throughput
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for Throughput class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'Throughput',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'Throughput',
|
31
|
+
model_properties: {
|
32
|
+
id: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
read_only: true,
|
36
|
+
serialized_name: 'id',
|
37
|
+
type: {
|
38
|
+
name: 'String'
|
39
|
+
}
|
40
|
+
},
|
41
|
+
name: {
|
42
|
+
client_side_validation: true,
|
43
|
+
required: false,
|
44
|
+
read_only: true,
|
45
|
+
serialized_name: 'name',
|
46
|
+
type: {
|
47
|
+
name: 'String'
|
48
|
+
}
|
49
|
+
},
|
50
|
+
type: {
|
51
|
+
client_side_validation: true,
|
52
|
+
required: false,
|
53
|
+
read_only: true,
|
54
|
+
serialized_name: 'type',
|
55
|
+
type: {
|
56
|
+
name: 'String'
|
57
|
+
}
|
58
|
+
},
|
59
|
+
location: {
|
60
|
+
client_side_validation: true,
|
61
|
+
required: false,
|
62
|
+
serialized_name: 'location',
|
63
|
+
type: {
|
64
|
+
name: 'String'
|
65
|
+
}
|
66
|
+
},
|
67
|
+
tags: {
|
68
|
+
client_side_validation: true,
|
69
|
+
required: false,
|
70
|
+
serialized_name: 'tags',
|
71
|
+
type: {
|
72
|
+
name: 'Dictionary',
|
73
|
+
value: {
|
74
|
+
client_side_validation: true,
|
75
|
+
required: false,
|
76
|
+
serialized_name: 'StringElementType',
|
77
|
+
type: {
|
78
|
+
name: 'String'
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
},
|
83
|
+
throughput: {
|
84
|
+
client_side_validation: true,
|
85
|
+
required: true,
|
86
|
+
serialized_name: 'properties.throughput',
|
87
|
+
type: {
|
88
|
+
name: 'Number'
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
97
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2015_04_08
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Cosmos DB resource throughput object
|
10
|
+
#
|
11
|
+
class ThroughputResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Integer] Value of the Cosmos DB resource throughput
|
16
|
+
attr_accessor :throughput
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for ThroughputResource class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'ThroughputResource',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'ThroughputResource',
|
31
|
+
model_properties: {
|
32
|
+
throughput: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: true,
|
35
|
+
serialized_name: 'throughput',
|
36
|
+
type: {
|
37
|
+
name: 'Number'
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Cosmosdb::Mgmt::V2015_04_08
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Parameters to update Cosmos DB resource throughput.
|
10
|
+
#
|
11
|
+
class ThroughputUpdateParameters
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [ThroughputResource] The standard JSON format of a resource
|
16
|
+
# throughput
|
17
|
+
attr_accessor :resource
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for ThroughputUpdateParameters class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
client_side_validation: true,
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'ThroughputUpdateParameters',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'ThroughputUpdateParameters',
|
32
|
+
model_properties: {
|
33
|
+
resource: {
|
34
|
+
client_side_validation: true,
|
35
|
+
required: true,
|
36
|
+
serialized_name: 'properties.resource',
|
37
|
+
type: {
|
38
|
+
name: 'Composite',
|
39
|
+
class_name: 'ThroughputResource'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -96,6 +96,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
96
96
|
fail ArgumentError, 'account_name is nil' if account_name.nil?
|
97
97
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '50'" if !account_name.nil? && account_name.length > 50
|
98
98
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
|
99
|
+
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
99
100
|
fail ArgumentError, 'database_rid is nil' if database_rid.nil?
|
100
101
|
fail ArgumentError, 'collection_rid is nil' if collection_rid.nil?
|
101
102
|
fail ArgumentError, 'partition_key_range_id is nil' if partition_key_range_id.nil?
|
@@ -102,6 +102,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
102
102
|
fail ArgumentError, 'account_name is nil' if account_name.nil?
|
103
103
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '50'" if !account_name.nil? && account_name.length > 50
|
104
104
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
|
105
|
+
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
105
106
|
fail ArgumentError, 'region is nil' if region.nil?
|
106
107
|
fail ArgumentError, 'database_rid is nil' if database_rid.nil?
|
107
108
|
fail ArgumentError, 'collection_rid is nil' if collection_rid.nil?
|
@@ -84,6 +84,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
84
84
|
fail ArgumentError, 'account_name is nil' if account_name.nil?
|
85
85
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '50'" if !account_name.nil? && account_name.length > 50
|
86
86
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
|
87
|
+
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
87
88
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
88
89
|
fail ArgumentError, 'filter is nil' if filter.nil?
|
89
90
|
|
@@ -99,6 +99,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
99
99
|
fail ArgumentError, 'account_name is nil' if account_name.nil?
|
100
100
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '50'" if !account_name.nil? && account_name.length > 50
|
101
101
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
|
102
|
+
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
102
103
|
fail ArgumentError, 'source_region is nil' if source_region.nil?
|
103
104
|
fail ArgumentError, 'target_region is nil' if target_region.nil?
|
104
105
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
@@ -90,6 +90,7 @@ module Azure::Cosmosdb::Mgmt::V2015_04_08
|
|
90
90
|
fail ArgumentError, 'account_name is nil' if account_name.nil?
|
91
91
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MaxLength': '50'" if !account_name.nil? && account_name.length > 50
|
92
92
|
fail ArgumentError, "'account_name' should satisfy the constraint - 'MinLength': '3'" if !account_name.nil? && account_name.length < 3
|
93
|
+
fail ArgumentError, "'account_name' should satisfy the constraint - 'Pattern': '^[a-z0-9]+(-[a-z0-9]+)*'" if !account_name.nil? && account_name.match(Regexp.new('^^[a-z0-9]+(-[a-z0-9]+)*$')).nil?
|
93
94
|
fail ArgumentError, 'target_region is nil' if target_region.nil?
|
94
95
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
95
96
|
fail ArgumentError, 'filter is nil' if filter.nil?
|
@@ -21,81 +21,82 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
21
21
|
PartitionKeyRangeIdRegion = Azure::Cosmosdb::Mgmt::V2015_04_08::PartitionKeyRangeIdRegion
|
22
22
|
|
23
23
|
module Models
|
24
|
-
|
25
|
-
SqlDatabaseResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseResource
|
26
|
-
Capability = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Capability
|
27
|
-
SqlDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseCreateUpdateParameters
|
28
|
-
FailoverPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicy
|
29
|
-
SqlContainerResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerResource
|
30
|
-
DatabaseAccountListReadOnlyKeysResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListReadOnlyKeysResult
|
31
|
-
DatabaseAccountListKeysResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListKeysResult
|
32
|
-
DatabaseAccountConnectionString = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountConnectionString
|
33
|
-
Indexes = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Indexes
|
34
|
-
DatabaseAccountListConnectionStringsResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListConnectionStringsResult
|
35
|
-
ExcludedPath = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExcludedPath
|
24
|
+
ThroughputResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputResource
|
36
25
|
ConsistencyPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConsistencyPolicy
|
37
|
-
|
26
|
+
ThroughputUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputUpdateParameters
|
38
27
|
Location = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Location
|
39
|
-
|
28
|
+
SqlDatabaseResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseResource
|
40
29
|
VirtualNetworkRule = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::VirtualNetworkRule
|
41
|
-
|
42
|
-
|
43
|
-
|
30
|
+
SqlDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseCreateUpdateParameters
|
31
|
+
DatabaseAccountsListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountsListResult
|
32
|
+
SqlContainerResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerResource
|
33
|
+
SqlDatabaseListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseListResult
|
44
34
|
SqlContainerCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerCreateUpdateParameters
|
45
|
-
|
35
|
+
IncludedPath = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IncludedPath
|
46
36
|
MongoDBDatabaseResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseResource
|
47
|
-
|
37
|
+
IndexingPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IndexingPolicy
|
48
38
|
MongoDBDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseCreateUpdateParameters
|
49
|
-
|
39
|
+
UniqueKey = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UniqueKey
|
50
40
|
MongoIndexKeys = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndexKeys
|
51
|
-
|
41
|
+
ConflictResolutionPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConflictResolutionPolicy
|
52
42
|
MongoIndexOptions = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndexOptions
|
53
|
-
|
43
|
+
SqlContainerListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerListResult
|
54
44
|
MongoIndex = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndex
|
55
|
-
|
45
|
+
MongoDBDatabaseListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseListResult
|
56
46
|
MongoDBCollectionResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionResource
|
57
|
-
|
47
|
+
MongoDBCollectionListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionListResult
|
58
48
|
MongoDBCollectionCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionCreateUpdateParameters
|
59
|
-
|
49
|
+
TableListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableListResult
|
60
50
|
TableResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableResource
|
61
|
-
|
51
|
+
CassandraKeyspaceListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceListResult
|
62
52
|
TableCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableCreateUpdateParameters
|
63
|
-
|
53
|
+
CassandraTableListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableListResult
|
64
54
|
CassandraKeyspaceResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceResource
|
65
|
-
|
55
|
+
GremlinDatabaseListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseListResult
|
66
56
|
CassandraKeyspaceCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceCreateUpdateParameters
|
67
|
-
|
57
|
+
GremlinGraphListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphListResult
|
68
58
|
Column = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Column
|
69
|
-
|
59
|
+
FailoverPolicies = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicies
|
70
60
|
CassandraPartitionKey = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraPartitionKey
|
71
|
-
|
61
|
+
Resource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Resource
|
72
62
|
ClusterKey = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ClusterKey
|
73
|
-
|
63
|
+
ErrorResponse = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ErrorResponse
|
64
|
+
RegionForOnlineOffline = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::RegionForOnlineOffline
|
65
|
+
DatabaseAccountPatchParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountPatchParameters
|
66
|
+
ExtendedResourceProperties = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExtendedResourceProperties
|
67
|
+
PartitionMetricListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionMetricListResult
|
68
|
+
PercentileMetricListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PercentileMetricListResult
|
69
|
+
DatabaseAccountListConnectionStringsResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListConnectionStringsResult
|
74
70
|
CassandraSchema = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraSchema
|
75
|
-
|
71
|
+
Capability = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Capability
|
76
72
|
CassandraTableResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableResource
|
77
|
-
|
73
|
+
DatabaseAccountListReadOnlyKeysResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListReadOnlyKeysResult
|
74
|
+
Indexes = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Indexes
|
75
|
+
DatabaseAccountConnectionString = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountConnectionString
|
76
|
+
ContainerPartitionKey = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ContainerPartitionKey
|
77
|
+
DatabaseAccountRegenerateKeyParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountRegenerateKeyParameters
|
78
|
+
Metric = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Metric
|
79
|
+
FailoverPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicy
|
80
|
+
MetricDefinitionsListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricDefinitionsListResult
|
81
|
+
Usage = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Usage
|
82
|
+
MetricAvailability = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricAvailability
|
78
83
|
CassandraTableCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableCreateUpdateParameters
|
79
|
-
|
84
|
+
PercentileMetric = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PercentileMetric
|
80
85
|
GremlinDatabaseResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseResource
|
81
|
-
|
86
|
+
MetricListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricListResult
|
82
87
|
GremlinDatabaseCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseCreateUpdateParameters
|
83
|
-
|
88
|
+
UniqueKeyPolicy = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UniqueKeyPolicy
|
84
89
|
GremlinGraphResource = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphResource
|
85
|
-
|
90
|
+
MetricDefinition = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricDefinition
|
86
91
|
GremlinGraphCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphCreateUpdateParameters
|
87
|
-
|
92
|
+
UsagesResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UsagesResult
|
88
93
|
OperationDisplay = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::OperationDisplay
|
89
|
-
|
94
|
+
MetricValue = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricValue
|
90
95
|
Operation = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Operation
|
91
|
-
|
96
|
+
ExcludedPath = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExcludedPath
|
92
97
|
OperationListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::OperationListResult
|
93
|
-
|
98
|
+
PartitionUsagesResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionUsagesResult
|
94
99
|
MetricName = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricName
|
95
|
-
CassandraKeyspaceListResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceListResult
|
96
|
-
Usage = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Usage
|
97
|
-
IncludedPath = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IncludedPath
|
98
|
-
UsagesResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UsagesResult
|
99
100
|
DatabaseAccount = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccount
|
100
101
|
SqlDatabase = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabase
|
101
102
|
SqlContainer = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainer
|
@@ -106,13 +107,16 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
106
107
|
CassandraTable = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTable
|
107
108
|
GremlinDatabase = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabase
|
108
109
|
GremlinGraph = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraph
|
110
|
+
Throughput = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Throughput
|
109
111
|
DatabaseAccountCreateUpdateParameters = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountCreateUpdateParameters
|
112
|
+
DatabaseAccountListKeysResult = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListKeysResult
|
110
113
|
PartitionUsage = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionUsage
|
111
114
|
PercentileMetricValue = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PercentileMetricValue
|
112
115
|
PartitionMetric = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionMetric
|
113
116
|
DatabaseAccountKind = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountKind
|
114
117
|
DatabaseAccountOfferType = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountOfferType
|
115
118
|
DefaultConsistencyLevel = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DefaultConsistencyLevel
|
119
|
+
ConnectorOffer = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConnectorOffer
|
116
120
|
IndexingMode = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IndexingMode
|
117
121
|
DataType = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DataType
|
118
122
|
IndexKind = Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IndexKind
|
@@ -180,231 +184,234 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
180
184
|
end
|
181
185
|
|
182
186
|
class ModelClasses
|
183
|
-
def
|
184
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
185
|
-
end
|
186
|
-
def sql_database_resource
|
187
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseResource
|
188
|
-
end
|
189
|
-
def capability
|
190
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Capability
|
191
|
-
end
|
192
|
-
def sql_database_create_update_parameters
|
193
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseCreateUpdateParameters
|
194
|
-
end
|
195
|
-
def failover_policy
|
196
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicy
|
197
|
-
end
|
198
|
-
def sql_container_resource
|
199
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerResource
|
200
|
-
end
|
201
|
-
def database_account_list_read_only_keys_result
|
202
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListReadOnlyKeysResult
|
203
|
-
end
|
204
|
-
def database_account_list_keys_result
|
205
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListKeysResult
|
206
|
-
end
|
207
|
-
def database_account_connection_string
|
208
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountConnectionString
|
209
|
-
end
|
210
|
-
def indexes
|
211
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Indexes
|
212
|
-
end
|
213
|
-
def database_account_list_connection_strings_result
|
214
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListConnectionStringsResult
|
215
|
-
end
|
216
|
-
def excluded_path
|
217
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExcludedPath
|
187
|
+
def throughput_resource
|
188
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputResource
|
218
189
|
end
|
219
190
|
def consistency_policy
|
220
191
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConsistencyPolicy
|
221
192
|
end
|
222
|
-
def
|
223
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
193
|
+
def throughput_update_parameters
|
194
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ThroughputUpdateParameters
|
224
195
|
end
|
225
196
|
def location
|
226
197
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Location
|
227
198
|
end
|
228
|
-
def
|
229
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
199
|
+
def sql_database_resource
|
200
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseResource
|
230
201
|
end
|
231
202
|
def virtual_network_rule
|
232
203
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::VirtualNetworkRule
|
233
204
|
end
|
234
|
-
def
|
235
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
205
|
+
def sql_database_create_update_parameters
|
206
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseCreateUpdateParameters
|
236
207
|
end
|
237
|
-
def
|
238
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
208
|
+
def database_accounts_list_result
|
209
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountsListResult
|
239
210
|
end
|
240
|
-
def
|
241
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
211
|
+
def sql_container_resource
|
212
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerResource
|
213
|
+
end
|
214
|
+
def sql_database_list_result
|
215
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlDatabaseListResult
|
242
216
|
end
|
243
217
|
def sql_container_create_update_parameters
|
244
218
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerCreateUpdateParameters
|
245
219
|
end
|
246
|
-
def
|
247
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
220
|
+
def included_path
|
221
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IncludedPath
|
248
222
|
end
|
249
223
|
def mongo_dbdatabase_resource
|
250
224
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseResource
|
251
225
|
end
|
252
|
-
def
|
253
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
226
|
+
def indexing_policy
|
227
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IndexingPolicy
|
254
228
|
end
|
255
229
|
def mongo_dbdatabase_create_update_parameters
|
256
230
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseCreateUpdateParameters
|
257
231
|
end
|
258
|
-
def
|
259
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
232
|
+
def unique_key
|
233
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UniqueKey
|
260
234
|
end
|
261
235
|
def mongo_index_keys
|
262
236
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndexKeys
|
263
237
|
end
|
264
|
-
def
|
265
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
238
|
+
def conflict_resolution_policy
|
239
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConflictResolutionPolicy
|
266
240
|
end
|
267
241
|
def mongo_index_options
|
268
242
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndexOptions
|
269
243
|
end
|
270
|
-
def
|
271
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
244
|
+
def sql_container_list_result
|
245
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::SqlContainerListResult
|
272
246
|
end
|
273
247
|
def mongo_index
|
274
248
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoIndex
|
275
249
|
end
|
276
|
-
def
|
277
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
250
|
+
def mongo_dbdatabase_list_result
|
251
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBDatabaseListResult
|
278
252
|
end
|
279
253
|
def mongo_dbcollection_resource
|
280
254
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionResource
|
281
255
|
end
|
282
|
-
def
|
283
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
256
|
+
def mongo_dbcollection_list_result
|
257
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionListResult
|
284
258
|
end
|
285
259
|
def mongo_dbcollection_create_update_parameters
|
286
260
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MongoDBCollectionCreateUpdateParameters
|
287
261
|
end
|
288
|
-
def
|
289
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
262
|
+
def table_list_result
|
263
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableListResult
|
290
264
|
end
|
291
265
|
def table_resource
|
292
266
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableResource
|
293
267
|
end
|
294
|
-
def
|
295
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
268
|
+
def cassandra_keyspace_list_result
|
269
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceListResult
|
296
270
|
end
|
297
271
|
def table_create_update_parameters
|
298
272
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::TableCreateUpdateParameters
|
299
273
|
end
|
300
|
-
def
|
301
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
274
|
+
def cassandra_table_list_result
|
275
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableListResult
|
302
276
|
end
|
303
277
|
def cassandra_keyspace_resource
|
304
278
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceResource
|
305
279
|
end
|
306
|
-
def
|
307
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
280
|
+
def gremlin_database_list_result
|
281
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseListResult
|
308
282
|
end
|
309
283
|
def cassandra_keyspace_create_update_parameters
|
310
284
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceCreateUpdateParameters
|
311
285
|
end
|
312
|
-
def
|
313
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
286
|
+
def gremlin_graph_list_result
|
287
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphListResult
|
314
288
|
end
|
315
289
|
def column
|
316
290
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Column
|
317
291
|
end
|
318
|
-
def
|
319
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
292
|
+
def failover_policies
|
293
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicies
|
320
294
|
end
|
321
295
|
def cassandra_partition_key
|
322
296
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraPartitionKey
|
323
297
|
end
|
324
|
-
def
|
325
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
298
|
+
def resource
|
299
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Resource
|
326
300
|
end
|
327
301
|
def cluster_key
|
328
302
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ClusterKey
|
329
303
|
end
|
330
|
-
def
|
331
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
304
|
+
def error_response
|
305
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ErrorResponse
|
306
|
+
end
|
307
|
+
def region_for_online_offline
|
308
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::RegionForOnlineOffline
|
309
|
+
end
|
310
|
+
def database_account_patch_parameters
|
311
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountPatchParameters
|
312
|
+
end
|
313
|
+
def extended_resource_properties
|
314
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExtendedResourceProperties
|
315
|
+
end
|
316
|
+
def partition_metric_list_result
|
317
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionMetricListResult
|
318
|
+
end
|
319
|
+
def percentile_metric_list_result
|
320
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PercentileMetricListResult
|
321
|
+
end
|
322
|
+
def database_account_list_connection_strings_result
|
323
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListConnectionStringsResult
|
332
324
|
end
|
333
325
|
def cassandra_schema
|
334
326
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraSchema
|
335
327
|
end
|
336
|
-
def
|
337
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
328
|
+
def capability
|
329
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Capability
|
338
330
|
end
|
339
331
|
def cassandra_table_resource
|
340
332
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableResource
|
341
333
|
end
|
342
|
-
def
|
343
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
334
|
+
def database_account_list_read_only_keys_result
|
335
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListReadOnlyKeysResult
|
336
|
+
end
|
337
|
+
def indexes
|
338
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Indexes
|
339
|
+
end
|
340
|
+
def database_account_connection_string
|
341
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountConnectionString
|
342
|
+
end
|
343
|
+
def container_partition_key
|
344
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ContainerPartitionKey
|
345
|
+
end
|
346
|
+
def database_account_regenerate_key_parameters
|
347
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountRegenerateKeyParameters
|
348
|
+
end
|
349
|
+
def metric
|
350
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Metric
|
351
|
+
end
|
352
|
+
def failover_policy
|
353
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::FailoverPolicy
|
354
|
+
end
|
355
|
+
def metric_definitions_list_result
|
356
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricDefinitionsListResult
|
357
|
+
end
|
358
|
+
def usage
|
359
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Usage
|
360
|
+
end
|
361
|
+
def metric_availability
|
362
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricAvailability
|
344
363
|
end
|
345
364
|
def cassandra_table_create_update_parameters
|
346
365
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraTableCreateUpdateParameters
|
347
366
|
end
|
348
|
-
def
|
349
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
367
|
+
def percentile_metric
|
368
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PercentileMetric
|
350
369
|
end
|
351
370
|
def gremlin_database_resource
|
352
371
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseResource
|
353
372
|
end
|
354
|
-
def
|
355
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
373
|
+
def metric_list_result
|
374
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricListResult
|
356
375
|
end
|
357
376
|
def gremlin_database_create_update_parameters
|
358
377
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinDatabaseCreateUpdateParameters
|
359
378
|
end
|
360
|
-
def
|
361
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
379
|
+
def unique_key_policy
|
380
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UniqueKeyPolicy
|
362
381
|
end
|
363
382
|
def gremlin_graph_resource
|
364
383
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphResource
|
365
384
|
end
|
366
|
-
def
|
367
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
385
|
+
def metric_definition
|
386
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricDefinition
|
368
387
|
end
|
369
388
|
def gremlin_graph_create_update_parameters
|
370
389
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraphCreateUpdateParameters
|
371
390
|
end
|
372
|
-
def
|
373
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
391
|
+
def usages_result
|
392
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UsagesResult
|
374
393
|
end
|
375
394
|
def operation_display
|
376
395
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::OperationDisplay
|
377
396
|
end
|
378
|
-
def
|
379
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
397
|
+
def metric_value
|
398
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricValue
|
380
399
|
end
|
381
400
|
def operation
|
382
401
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Operation
|
383
402
|
end
|
384
|
-
def
|
385
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
403
|
+
def excluded_path
|
404
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ExcludedPath
|
386
405
|
end
|
387
406
|
def operation_list_result
|
388
407
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::OperationListResult
|
389
408
|
end
|
390
|
-
def
|
391
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::
|
409
|
+
def partition_usages_result
|
410
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionUsagesResult
|
392
411
|
end
|
393
412
|
def metric_name
|
394
413
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::MetricName
|
395
414
|
end
|
396
|
-
def cassandra_keyspace_list_result
|
397
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::CassandraKeyspaceListResult
|
398
|
-
end
|
399
|
-
def usage
|
400
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Usage
|
401
|
-
end
|
402
|
-
def included_path
|
403
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IncludedPath
|
404
|
-
end
|
405
|
-
def usages_result
|
406
|
-
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::UsagesResult
|
407
|
-
end
|
408
415
|
def database_account
|
409
416
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccount
|
410
417
|
end
|
@@ -435,9 +442,15 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
435
442
|
def gremlin_graph
|
436
443
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::GremlinGraph
|
437
444
|
end
|
445
|
+
def throughput
|
446
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::Throughput
|
447
|
+
end
|
438
448
|
def database_account_create_update_parameters
|
439
449
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountCreateUpdateParameters
|
440
450
|
end
|
451
|
+
def database_account_list_keys_result
|
452
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DatabaseAccountListKeysResult
|
453
|
+
end
|
441
454
|
def partition_usage
|
442
455
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::PartitionUsage
|
443
456
|
end
|
@@ -456,6 +469,9 @@ module Azure::Cosmosdb::Profiles::Latest
|
|
456
469
|
def default_consistency_level
|
457
470
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::DefaultConsistencyLevel
|
458
471
|
end
|
472
|
+
def connector_offer
|
473
|
+
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::ConnectorOffer
|
474
|
+
end
|
459
475
|
def indexing_mode
|
460
476
|
Azure::Cosmosdb::Mgmt::V2015_04_08::Models::IndexingMode
|
461
477
|
end
|