1
2
3
4
5
6
7
8
9
10 package documentdb
11
12 import (
13 "context"
14
15 original "github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2022-08-15/documentdb"
16 )
17
18 const (
19 DefaultBaseURI = original.DefaultBaseURI
20 )
21
22 type APIType = original.APIType
23
24 const (
25 Cassandra APIType = original.Cassandra
26 Gremlin APIType = original.Gremlin
27 GremlinV2 APIType = original.GremlinV2
28 MongoDB APIType = original.MongoDB
29 SQL APIType = original.SQL
30 Table APIType = original.Table
31 )
32
33 type AnalyticalStorageSchemaType = original.AnalyticalStorageSchemaType
34
35 const (
36 FullFidelity AnalyticalStorageSchemaType = original.FullFidelity
37 WellDefined AnalyticalStorageSchemaType = original.WellDefined
38 )
39
40 type AuthenticationMethod = original.AuthenticationMethod
41
42 const (
43 AuthenticationMethodCassandra AuthenticationMethod = original.AuthenticationMethodCassandra
44 AuthenticationMethodNone AuthenticationMethod = original.AuthenticationMethodNone
45 )
46
47 type BackupPolicyMigrationStatus = original.BackupPolicyMigrationStatus
48
49 const (
50 Completed BackupPolicyMigrationStatus = original.Completed
51 Failed BackupPolicyMigrationStatus = original.Failed
52 InProgress BackupPolicyMigrationStatus = original.InProgress
53 Invalid BackupPolicyMigrationStatus = original.Invalid
54 )
55
56 type BackupPolicyType = original.BackupPolicyType
57
58 const (
59 Continuous BackupPolicyType = original.Continuous
60 Periodic BackupPolicyType = original.Periodic
61 )
62
63 type BackupStorageRedundancy = original.BackupStorageRedundancy
64
65 const (
66 Geo BackupStorageRedundancy = original.Geo
67 Local BackupStorageRedundancy = original.Local
68 Zone BackupStorageRedundancy = original.Zone
69 )
70
71 type CompositePathSortOrder = original.CompositePathSortOrder
72
73 const (
74 Ascending CompositePathSortOrder = original.Ascending
75 Descending CompositePathSortOrder = original.Descending
76 )
77
78 type ConflictResolutionMode = original.ConflictResolutionMode
79
80 const (
81 Custom ConflictResolutionMode = original.Custom
82 LastWriterWins ConflictResolutionMode = original.LastWriterWins
83 )
84
85 type ConnectionState = original.ConnectionState
86
87 const (
88 DatacenterToDatacenterNetworkError ConnectionState = original.DatacenterToDatacenterNetworkError
89 InternalError ConnectionState = original.InternalError
90 InternalOperatorToDataCenterCertificateError ConnectionState = original.InternalOperatorToDataCenterCertificateError
91 OK ConnectionState = original.OK
92 OperatorToDataCenterNetworkError ConnectionState = original.OperatorToDataCenterNetworkError
93 Unknown ConnectionState = original.Unknown
94 )
95
96 type ConnectorOffer = original.ConnectorOffer
97
98 const (
99 Small ConnectorOffer = original.Small
100 )
101
102 type CreateMode = original.CreateMode
103
104 const (
105 Default CreateMode = original.Default
106 Restore CreateMode = original.Restore
107 )
108
109 type CreatedByType = original.CreatedByType
110
111 const (
112 Application CreatedByType = original.Application
113 Key CreatedByType = original.Key
114 ManagedIdentity CreatedByType = original.ManagedIdentity
115 User CreatedByType = original.User
116 )
117
118 type DataType = original.DataType
119
120 const (
121 LineString DataType = original.LineString
122 MultiPolygon DataType = original.MultiPolygon
123 Number DataType = original.Number
124 Point DataType = original.Point
125 Polygon DataType = original.Polygon
126 String DataType = original.String
127 )
128
129 type DatabaseAccountKind = original.DatabaseAccountKind
130
131 const (
132 DatabaseAccountKindGlobalDocumentDB DatabaseAccountKind = original.DatabaseAccountKindGlobalDocumentDB
133 DatabaseAccountKindMongoDB DatabaseAccountKind = original.DatabaseAccountKindMongoDB
134 DatabaseAccountKindParse DatabaseAccountKind = original.DatabaseAccountKindParse
135 )
136
137 type DatabaseAccountOfferType = original.DatabaseAccountOfferType
138
139 const (
140 Standard DatabaseAccountOfferType = original.Standard
141 )
142
143 type DefaultConsistencyLevel = original.DefaultConsistencyLevel
144
145 const (
146 BoundedStaleness DefaultConsistencyLevel = original.BoundedStaleness
147 ConsistentPrefix DefaultConsistencyLevel = original.ConsistentPrefix
148 Eventual DefaultConsistencyLevel = original.Eventual
149 Session DefaultConsistencyLevel = original.Session
150 Strong DefaultConsistencyLevel = original.Strong
151 )
152
153 type IndexKind = original.IndexKind
154
155 const (
156 Hash IndexKind = original.Hash
157 Range IndexKind = original.Range
158 Spatial IndexKind = original.Spatial
159 )
160
161 type IndexingMode = original.IndexingMode
162
163 const (
164 Consistent IndexingMode = original.Consistent
165 Lazy IndexingMode = original.Lazy
166 None IndexingMode = original.None
167 )
168
169 type KeyKind = original.KeyKind
170
171 const (
172 Primary KeyKind = original.Primary
173 PrimaryReadonly KeyKind = original.PrimaryReadonly
174 Secondary KeyKind = original.Secondary
175 SecondaryReadonly KeyKind = original.SecondaryReadonly
176 )
177
178 type ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningState
179
180 const (
181 ManagedCassandraProvisioningStateCanceled ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateCanceled
182 ManagedCassandraProvisioningStateCreating ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateCreating
183 ManagedCassandraProvisioningStateDeleting ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateDeleting
184 ManagedCassandraProvisioningStateFailed ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateFailed
185 ManagedCassandraProvisioningStateSucceeded ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateSucceeded
186 ManagedCassandraProvisioningStateUpdating ManagedCassandraProvisioningState = original.ManagedCassandraProvisioningStateUpdating
187 )
188
189 type ManagedCassandraResourceIdentityType = original.ManagedCassandraResourceIdentityType
190
191 const (
192 ManagedCassandraResourceIdentityTypeNone ManagedCassandraResourceIdentityType = original.ManagedCassandraResourceIdentityTypeNone
193 ManagedCassandraResourceIdentityTypeSystemAssigned ManagedCassandraResourceIdentityType = original.ManagedCassandraResourceIdentityTypeSystemAssigned
194 )
195
196 type MongoRoleDefinitionType = original.MongoRoleDefinitionType
197
198 const (
199 BuiltInRole MongoRoleDefinitionType = original.BuiltInRole
200 CustomRole MongoRoleDefinitionType = original.CustomRole
201 )
202
203 type NetworkACLBypass = original.NetworkACLBypass
204
205 const (
206 NetworkACLBypassAzureServices NetworkACLBypass = original.NetworkACLBypassAzureServices
207 NetworkACLBypassNone NetworkACLBypass = original.NetworkACLBypassNone
208 )
209
210 type NodeState = original.NodeState
211
212 const (
213 Joining NodeState = original.Joining
214 Leaving NodeState = original.Leaving
215 Moving NodeState = original.Moving
216 Normal NodeState = original.Normal
217 Stopped NodeState = original.Stopped
218 )
219
220 type NodeStatus = original.NodeStatus
221
222 const (
223 Down NodeStatus = original.Down
224 Up NodeStatus = original.Up
225 )
226
227 type OperationType = original.OperationType
228
229 const (
230 Create OperationType = original.Create
231 Delete OperationType = original.Delete
232 Replace OperationType = original.Replace
233 SystemOperation OperationType = original.SystemOperation
234 )
235
236 type PartitionKind = original.PartitionKind
237
238 const (
239 PartitionKindHash PartitionKind = original.PartitionKindHash
240 PartitionKindMultiHash PartitionKind = original.PartitionKindMultiHash
241 PartitionKindRange PartitionKind = original.PartitionKindRange
242 )
243
244 type PrimaryAggregationType = original.PrimaryAggregationType
245
246 const (
247 PrimaryAggregationTypeAverage PrimaryAggregationType = original.PrimaryAggregationTypeAverage
248 PrimaryAggregationTypeLast PrimaryAggregationType = original.PrimaryAggregationTypeLast
249 PrimaryAggregationTypeMaximum PrimaryAggregationType = original.PrimaryAggregationTypeMaximum
250 PrimaryAggregationTypeMinimum PrimaryAggregationType = original.PrimaryAggregationTypeMinimum
251 PrimaryAggregationTypeNone PrimaryAggregationType = original.PrimaryAggregationTypeNone
252 PrimaryAggregationTypeTotal PrimaryAggregationType = original.PrimaryAggregationTypeTotal
253 )
254
255 type PublicNetworkAccess = original.PublicNetworkAccess
256
257 const (
258 Disabled PublicNetworkAccess = original.Disabled
259 Enabled PublicNetworkAccess = original.Enabled
260 )
261
262 type ResourceIdentityType = original.ResourceIdentityType
263
264 const (
265 ResourceIdentityTypeNone ResourceIdentityType = original.ResourceIdentityTypeNone
266 ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
267 ResourceIdentityTypeSystemAssignedUserAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssignedUserAssigned
268 ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned
269 )
270
271 type RestoreMode = original.RestoreMode
272
273 const (
274 PointInTime RestoreMode = original.PointInTime
275 )
276
277 type RoleDefinitionType = original.RoleDefinitionType
278
279 const (
280 RoleDefinitionTypeBuiltInRole RoleDefinitionType = original.RoleDefinitionTypeBuiltInRole
281 RoleDefinitionTypeCustomRole RoleDefinitionType = original.RoleDefinitionTypeCustomRole
282 )
283
284 type ServerVersion = original.ServerVersion
285
286 const (
287 FourFullStopTwo ServerVersion = original.FourFullStopTwo
288 FourFullStopZero ServerVersion = original.FourFullStopZero
289 ThreeFullStopSix ServerVersion = original.ThreeFullStopSix
290 ThreeFullStopTwo ServerVersion = original.ThreeFullStopTwo
291 )
292
293 type ServiceSize = original.ServiceSize
294
295 const (
296 CosmosD16s ServiceSize = original.CosmosD16s
297 CosmosD4s ServiceSize = original.CosmosD4s
298 CosmosD8s ServiceSize = original.CosmosD8s
299 )
300
301 type ServiceStatus = original.ServiceStatus
302
303 const (
304 ServiceStatusCreating ServiceStatus = original.ServiceStatusCreating
305 ServiceStatusDeleting ServiceStatus = original.ServiceStatusDeleting
306 ServiceStatusError ServiceStatus = original.ServiceStatusError
307 ServiceStatusRunning ServiceStatus = original.ServiceStatusRunning
308 ServiceStatusStopped ServiceStatus = original.ServiceStatusStopped
309 ServiceStatusUpdating ServiceStatus = original.ServiceStatusUpdating
310 )
311
312 type ServiceType = original.ServiceType
313
314 const (
315 DataTransfer ServiceType = original.DataTransfer
316 GraphAPICompute ServiceType = original.GraphAPICompute
317 MaterializedViewsBuilder ServiceType = original.MaterializedViewsBuilder
318 SQLDedicatedGateway ServiceType = original.SQLDedicatedGateway
319 )
320
321 type ServiceTypeBasicServiceResourceProperties = original.ServiceTypeBasicServiceResourceProperties
322
323 const (
324 ServiceTypeDataTransfer ServiceTypeBasicServiceResourceProperties = original.ServiceTypeDataTransfer
325 ServiceTypeGraphAPICompute ServiceTypeBasicServiceResourceProperties = original.ServiceTypeGraphAPICompute
326 ServiceTypeMaterializedViewsBuilder ServiceTypeBasicServiceResourceProperties = original.ServiceTypeMaterializedViewsBuilder
327 ServiceTypeServiceResourceProperties ServiceTypeBasicServiceResourceProperties = original.ServiceTypeServiceResourceProperties
328 ServiceTypeSQLDedicatedGateway ServiceTypeBasicServiceResourceProperties = original.ServiceTypeSQLDedicatedGateway
329 )
330
331 type SpatialType = original.SpatialType
332
333 const (
334 SpatialTypeLineString SpatialType = original.SpatialTypeLineString
335 SpatialTypeMultiPolygon SpatialType = original.SpatialTypeMultiPolygon
336 SpatialTypePoint SpatialType = original.SpatialTypePoint
337 SpatialTypePolygon SpatialType = original.SpatialTypePolygon
338 )
339
340 type TriggerOperation = original.TriggerOperation
341
342 const (
343 TriggerOperationAll TriggerOperation = original.TriggerOperationAll
344 TriggerOperationCreate TriggerOperation = original.TriggerOperationCreate
345 TriggerOperationDelete TriggerOperation = original.TriggerOperationDelete
346 TriggerOperationReplace TriggerOperation = original.TriggerOperationReplace
347 TriggerOperationUpdate TriggerOperation = original.TriggerOperationUpdate
348 )
349
350 type TriggerType = original.TriggerType
351
352 const (
353 Post TriggerType = original.Post
354 Pre TriggerType = original.Pre
355 )
356
357 type Type = original.Type
358
359 const (
360 TypeBackupPolicy Type = original.TypeBackupPolicy
361 TypeContinuous Type = original.TypeContinuous
362 TypePeriodic Type = original.TypePeriodic
363 )
364
365 type UnitType = original.UnitType
366
367 const (
368 Bytes UnitType = original.Bytes
369 BytesPerSecond UnitType = original.BytesPerSecond
370 Count UnitType = original.Count
371 CountPerSecond UnitType = original.CountPerSecond
372 Milliseconds UnitType = original.Milliseconds
373 Percent UnitType = original.Percent
374 Seconds UnitType = original.Seconds
375 )
376
377 type APIProperties = original.APIProperties
378 type ARMProxyResource = original.ARMProxyResource
379 type ARMResourceProperties = original.ARMResourceProperties
380 type AccountKeyMetadata = original.AccountKeyMetadata
381 type AnalyticalStorageConfiguration = original.AnalyticalStorageConfiguration
382 type AutoUpgradePolicyResource = original.AutoUpgradePolicyResource
383 type AutoscaleSettings = original.AutoscaleSettings
384 type AutoscaleSettingsResource = original.AutoscaleSettingsResource
385 type AzureEntityResource = original.AzureEntityResource
386 type BackupInformation = original.BackupInformation
387 type BackupPolicy = original.BackupPolicy
388 type BackupPolicyMigrationState = original.BackupPolicyMigrationState
389 type BaseClient = original.BaseClient
390 type BasicBackupPolicy = original.BasicBackupPolicy
391 type BasicServiceResourceProperties = original.BasicServiceResourceProperties
392 type Capability = original.Capability
393 type Capacity = original.Capacity
394 type CassandraClusterPublicStatus = original.CassandraClusterPublicStatus
395 type CassandraClusterPublicStatusDataCentersItem = original.CassandraClusterPublicStatusDataCentersItem
396 type CassandraClusterPublicStatusDataCentersItemNodesItem = original.CassandraClusterPublicStatusDataCentersItemNodesItem
397 type CassandraClustersClient = original.CassandraClustersClient
398 type CassandraClustersCreateUpdateFuture = original.CassandraClustersCreateUpdateFuture
399 type CassandraClustersDeallocateFuture = original.CassandraClustersDeallocateFuture
400 type CassandraClustersDeleteFuture = original.CassandraClustersDeleteFuture
401 type CassandraClustersInvokeCommandFuture = original.CassandraClustersInvokeCommandFuture
402 type CassandraClustersStartFuture = original.CassandraClustersStartFuture
403 type CassandraClustersUpdateFuture = original.CassandraClustersUpdateFuture
404 type CassandraDataCentersClient = original.CassandraDataCentersClient
405 type CassandraDataCentersCreateUpdateFuture = original.CassandraDataCentersCreateUpdateFuture
406 type CassandraDataCentersDeleteFuture = original.CassandraDataCentersDeleteFuture
407 type CassandraDataCentersUpdateFuture = original.CassandraDataCentersUpdateFuture
408 type CassandraKeyspaceCreateUpdateParameters = original.CassandraKeyspaceCreateUpdateParameters
409 type CassandraKeyspaceCreateUpdateProperties = original.CassandraKeyspaceCreateUpdateProperties
410 type CassandraKeyspaceGetProperties = original.CassandraKeyspaceGetProperties
411 type CassandraKeyspaceGetPropertiesOptions = original.CassandraKeyspaceGetPropertiesOptions
412 type CassandraKeyspaceGetPropertiesResource = original.CassandraKeyspaceGetPropertiesResource
413 type CassandraKeyspaceGetResults = original.CassandraKeyspaceGetResults
414 type CassandraKeyspaceListResult = original.CassandraKeyspaceListResult
415 type CassandraKeyspaceResource = original.CassandraKeyspaceResource
416 type CassandraPartitionKey = original.CassandraPartitionKey
417 type CassandraResourcesClient = original.CassandraResourcesClient
418 type CassandraResourcesCreateUpdateCassandraKeyspaceFuture = original.CassandraResourcesCreateUpdateCassandraKeyspaceFuture
419 type CassandraResourcesCreateUpdateCassandraTableFuture = original.CassandraResourcesCreateUpdateCassandraTableFuture
420 type CassandraResourcesDeleteCassandraKeyspaceFuture = original.CassandraResourcesDeleteCassandraKeyspaceFuture
421 type CassandraResourcesDeleteCassandraTableFuture = original.CassandraResourcesDeleteCassandraTableFuture
422 type CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture = original.CassandraResourcesMigrateCassandraKeyspaceToAutoscaleFuture
423 type CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture = original.CassandraResourcesMigrateCassandraKeyspaceToManualThroughputFuture
424 type CassandraResourcesMigrateCassandraTableToAutoscaleFuture = original.CassandraResourcesMigrateCassandraTableToAutoscaleFuture
425 type CassandraResourcesMigrateCassandraTableToManualThroughputFuture = original.CassandraResourcesMigrateCassandraTableToManualThroughputFuture
426 type CassandraResourcesUpdateCassandraKeyspaceThroughputFuture = original.CassandraResourcesUpdateCassandraKeyspaceThroughputFuture
427 type CassandraResourcesUpdateCassandraTableThroughputFuture = original.CassandraResourcesUpdateCassandraTableThroughputFuture
428 type CassandraSchema = original.CassandraSchema
429 type CassandraTableCreateUpdateParameters = original.CassandraTableCreateUpdateParameters
430 type CassandraTableCreateUpdateProperties = original.CassandraTableCreateUpdateProperties
431 type CassandraTableGetProperties = original.CassandraTableGetProperties
432 type CassandraTableGetPropertiesOptions = original.CassandraTableGetPropertiesOptions
433 type CassandraTableGetPropertiesResource = original.CassandraTableGetPropertiesResource
434 type CassandraTableGetResults = original.CassandraTableGetResults
435 type CassandraTableListResult = original.CassandraTableListResult
436 type CassandraTableResource = original.CassandraTableResource
437 type Certificate = original.Certificate
438 type CloudError = original.CloudError
439 type ClusterKey = original.ClusterKey
440 type ClusterResource = original.ClusterResource
441 type ClusterResourceProperties = original.ClusterResourceProperties
442 type CollectionClient = original.CollectionClient
443 type CollectionPartitionClient = original.CollectionPartitionClient
444 type CollectionPartitionRegionClient = original.CollectionPartitionRegionClient
445 type CollectionRegionClient = original.CollectionRegionClient
446 type Column = original.Column
447 type CommandOutput = original.CommandOutput
448 type CommandPostBody = original.CommandPostBody
449 type CompositePath = original.CompositePath
450 type ConflictResolutionPolicy = original.ConflictResolutionPolicy
451 type ConnectionError = original.ConnectionError
452 type ConsistencyPolicy = original.ConsistencyPolicy
453 type ContainerPartitionKey = original.ContainerPartitionKey
454 type ContinuousBackupInformation = original.ContinuousBackupInformation
455 type ContinuousBackupRestoreLocation = original.ContinuousBackupRestoreLocation
456 type ContinuousModeBackupPolicy = original.ContinuousModeBackupPolicy
457 type CorsPolicy = original.CorsPolicy
458 type CreateUpdateOptions = original.CreateUpdateOptions
459 type DataCenterResource = original.DataCenterResource
460 type DataCenterResourceProperties = original.DataCenterResourceProperties
461 type DataTransferRegionalServiceResource = original.DataTransferRegionalServiceResource
462 type DataTransferServiceResource = original.DataTransferServiceResource
463 type DataTransferServiceResourceProperties = original.DataTransferServiceResourceProperties
464 type DatabaseAccountConnectionString = original.DatabaseAccountConnectionString
465 type DatabaseAccountCreateUpdateParameters = original.DatabaseAccountCreateUpdateParameters
466 type DatabaseAccountCreateUpdateProperties = original.DatabaseAccountCreateUpdateProperties
467 type DatabaseAccountGetProperties = original.DatabaseAccountGetProperties
468 type DatabaseAccountGetResults = original.DatabaseAccountGetResults
469 type DatabaseAccountKeysMetadata = original.DatabaseAccountKeysMetadata
470 type DatabaseAccountListConnectionStringsResult = original.DatabaseAccountListConnectionStringsResult
471 type DatabaseAccountListKeysResult = original.DatabaseAccountListKeysResult
472 type DatabaseAccountListReadOnlyKeysResult = original.DatabaseAccountListReadOnlyKeysResult
473 type DatabaseAccountRegenerateKeyParameters = original.DatabaseAccountRegenerateKeyParameters
474 type DatabaseAccountRegionClient = original.DatabaseAccountRegionClient
475 type DatabaseAccountUpdateParameters = original.DatabaseAccountUpdateParameters
476 type DatabaseAccountUpdateProperties = original.DatabaseAccountUpdateProperties
477 type DatabaseAccountsClient = original.DatabaseAccountsClient
478 type DatabaseAccountsCreateOrUpdateFuture = original.DatabaseAccountsCreateOrUpdateFuture
479 type DatabaseAccountsDeleteFuture = original.DatabaseAccountsDeleteFuture
480 type DatabaseAccountsFailoverPriorityChangeFuture = original.DatabaseAccountsFailoverPriorityChangeFuture
481 type DatabaseAccountsListResult = original.DatabaseAccountsListResult
482 type DatabaseAccountsOfflineRegionFuture = original.DatabaseAccountsOfflineRegionFuture
483 type DatabaseAccountsOnlineRegionFuture = original.DatabaseAccountsOnlineRegionFuture
484 type DatabaseAccountsRegenerateKeyFuture = original.DatabaseAccountsRegenerateKeyFuture
485 type DatabaseAccountsUpdateFuture = original.DatabaseAccountsUpdateFuture
486 type DatabaseClient = original.DatabaseClient
487 type DatabaseRestoreResource = original.DatabaseRestoreResource
488 type ErrorResponse = original.ErrorResponse
489 type ExcludedPath = original.ExcludedPath
490 type ExtendedResourceProperties = original.ExtendedResourceProperties
491 type FailoverPolicies = original.FailoverPolicies
492 type FailoverPolicy = original.FailoverPolicy
493 type GraphAPIComputeRegionalServiceResource = original.GraphAPIComputeRegionalServiceResource
494 type GraphAPIComputeServiceResource = original.GraphAPIComputeServiceResource
495 type GraphAPIComputeServiceResourceProperties = original.GraphAPIComputeServiceResourceProperties
496 type GremlinDatabaseCreateUpdateParameters = original.GremlinDatabaseCreateUpdateParameters
497 type GremlinDatabaseCreateUpdateProperties = original.GremlinDatabaseCreateUpdateProperties
498 type GremlinDatabaseGetProperties = original.GremlinDatabaseGetProperties
499 type GremlinDatabaseGetPropertiesOptions = original.GremlinDatabaseGetPropertiesOptions
500 type GremlinDatabaseGetPropertiesResource = original.GremlinDatabaseGetPropertiesResource
501 type GremlinDatabaseGetResults = original.GremlinDatabaseGetResults
502 type GremlinDatabaseListResult = original.GremlinDatabaseListResult
503 type GremlinDatabaseResource = original.GremlinDatabaseResource
504 type GremlinGraphCreateUpdateParameters = original.GremlinGraphCreateUpdateParameters
505 type GremlinGraphCreateUpdateProperties = original.GremlinGraphCreateUpdateProperties
506 type GremlinGraphGetProperties = original.GremlinGraphGetProperties
507 type GremlinGraphGetPropertiesOptions = original.GremlinGraphGetPropertiesOptions
508 type GremlinGraphGetPropertiesResource = original.GremlinGraphGetPropertiesResource
509 type GremlinGraphGetResults = original.GremlinGraphGetResults
510 type GremlinGraphListResult = original.GremlinGraphListResult
511 type GremlinGraphResource = original.GremlinGraphResource
512 type GremlinResourcesClient = original.GremlinResourcesClient
513 type GremlinResourcesCreateUpdateGremlinDatabaseFuture = original.GremlinResourcesCreateUpdateGremlinDatabaseFuture
514 type GremlinResourcesCreateUpdateGremlinGraphFuture = original.GremlinResourcesCreateUpdateGremlinGraphFuture
515 type GremlinResourcesDeleteGremlinDatabaseFuture = original.GremlinResourcesDeleteGremlinDatabaseFuture
516 type GremlinResourcesDeleteGremlinGraphFuture = original.GremlinResourcesDeleteGremlinGraphFuture
517 type GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture = original.GremlinResourcesMigrateGremlinDatabaseToAutoscaleFuture
518 type GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture = original.GremlinResourcesMigrateGremlinDatabaseToManualThroughputFuture
519 type GremlinResourcesMigrateGremlinGraphToAutoscaleFuture = original.GremlinResourcesMigrateGremlinGraphToAutoscaleFuture
520 type GremlinResourcesMigrateGremlinGraphToManualThroughputFuture = original.GremlinResourcesMigrateGremlinGraphToManualThroughputFuture
521 type GremlinResourcesUpdateGremlinDatabaseThroughputFuture = original.GremlinResourcesUpdateGremlinDatabaseThroughputFuture
522 type GremlinResourcesUpdateGremlinGraphThroughputFuture = original.GremlinResourcesUpdateGremlinGraphThroughputFuture
523 type IPAddressOrRange = original.IPAddressOrRange
524 type IncludedPath = original.IncludedPath
525 type Indexes = original.Indexes
526 type IndexingPolicy = original.IndexingPolicy
527 type ListClusters = original.ListClusters
528 type ListDataCenters = original.ListDataCenters
529 type Location = original.Location
530 type LocationGetResult = original.LocationGetResult
531 type LocationListResult = original.LocationListResult
532 type LocationProperties = original.LocationProperties
533 type LocationsClient = original.LocationsClient
534 type ManagedCassandraARMResourceProperties = original.ManagedCassandraARMResourceProperties
535 type ManagedCassandraManagedServiceIdentity = original.ManagedCassandraManagedServiceIdentity
536 type ManagedCassandraReaperStatus = original.ManagedCassandraReaperStatus
537 type ManagedServiceIdentity = original.ManagedServiceIdentity
538 type ManagedServiceIdentityUserAssignedIdentitiesValue = original.ManagedServiceIdentityUserAssignedIdentitiesValue
539 type MaterializedViewsBuilderRegionalServiceResource = original.MaterializedViewsBuilderRegionalServiceResource
540 type MaterializedViewsBuilderServiceResource = original.MaterializedViewsBuilderServiceResource
541 type MaterializedViewsBuilderServiceResourceProperties = original.MaterializedViewsBuilderServiceResourceProperties
542 type Metric = original.Metric
543 type MetricAvailability = original.MetricAvailability
544 type MetricDefinition = original.MetricDefinition
545 type MetricDefinitionsListResult = original.MetricDefinitionsListResult
546 type MetricListResult = original.MetricListResult
547 type MetricName = original.MetricName
548 type MetricValue = original.MetricValue
549 type MongoDBCollectionCreateUpdateParameters = original.MongoDBCollectionCreateUpdateParameters
550 type MongoDBCollectionCreateUpdateProperties = original.MongoDBCollectionCreateUpdateProperties
551 type MongoDBCollectionGetProperties = original.MongoDBCollectionGetProperties
552 type MongoDBCollectionGetPropertiesOptions = original.MongoDBCollectionGetPropertiesOptions
553 type MongoDBCollectionGetPropertiesResource = original.MongoDBCollectionGetPropertiesResource
554 type MongoDBCollectionGetResults = original.MongoDBCollectionGetResults
555 type MongoDBCollectionListResult = original.MongoDBCollectionListResult
556 type MongoDBCollectionResource = original.MongoDBCollectionResource
557 type MongoDBDatabaseCreateUpdateParameters = original.MongoDBDatabaseCreateUpdateParameters
558 type MongoDBDatabaseCreateUpdateProperties = original.MongoDBDatabaseCreateUpdateProperties
559 type MongoDBDatabaseGetProperties = original.MongoDBDatabaseGetProperties
560 type MongoDBDatabaseGetPropertiesOptions = original.MongoDBDatabaseGetPropertiesOptions
561 type MongoDBDatabaseGetPropertiesResource = original.MongoDBDatabaseGetPropertiesResource
562 type MongoDBDatabaseGetResults = original.MongoDBDatabaseGetResults
563 type MongoDBDatabaseListResult = original.MongoDBDatabaseListResult
564 type MongoDBDatabaseResource = original.MongoDBDatabaseResource
565 type MongoDBResourcesClient = original.MongoDBResourcesClient
566 type MongoDBResourcesCreateUpdateMongoDBCollectionFuture = original.MongoDBResourcesCreateUpdateMongoDBCollectionFuture
567 type MongoDBResourcesCreateUpdateMongoDBDatabaseFuture = original.MongoDBResourcesCreateUpdateMongoDBDatabaseFuture
568 type MongoDBResourcesCreateUpdateMongoRoleDefinitionFuture = original.MongoDBResourcesCreateUpdateMongoRoleDefinitionFuture
569 type MongoDBResourcesCreateUpdateMongoUserDefinitionFuture = original.MongoDBResourcesCreateUpdateMongoUserDefinitionFuture
570 type MongoDBResourcesDeleteMongoDBCollectionFuture = original.MongoDBResourcesDeleteMongoDBCollectionFuture
571 type MongoDBResourcesDeleteMongoDBDatabaseFuture = original.MongoDBResourcesDeleteMongoDBDatabaseFuture
572 type MongoDBResourcesDeleteMongoRoleDefinitionFuture = original.MongoDBResourcesDeleteMongoRoleDefinitionFuture
573 type MongoDBResourcesDeleteMongoUserDefinitionFuture = original.MongoDBResourcesDeleteMongoUserDefinitionFuture
574 type MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture = original.MongoDBResourcesMigrateMongoDBCollectionToAutoscaleFuture
575 type MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture = original.MongoDBResourcesMigrateMongoDBCollectionToManualThroughputFuture
576 type MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture = original.MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleFuture
577 type MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture = original.MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputFuture
578 type MongoDBResourcesRetrieveContinuousBackupInformationFuture = original.MongoDBResourcesRetrieveContinuousBackupInformationFuture
579 type MongoDBResourcesUpdateMongoDBCollectionThroughputFuture = original.MongoDBResourcesUpdateMongoDBCollectionThroughputFuture
580 type MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture = original.MongoDBResourcesUpdateMongoDBDatabaseThroughputFuture
581 type MongoIndex = original.MongoIndex
582 type MongoIndexKeys = original.MongoIndexKeys
583 type MongoIndexOptions = original.MongoIndexOptions
584 type MongoRoleDefinitionCreateUpdateParameters = original.MongoRoleDefinitionCreateUpdateParameters
585 type MongoRoleDefinitionGetResults = original.MongoRoleDefinitionGetResults
586 type MongoRoleDefinitionListResult = original.MongoRoleDefinitionListResult
587 type MongoRoleDefinitionResource = original.MongoRoleDefinitionResource
588 type MongoUserDefinitionCreateUpdateParameters = original.MongoUserDefinitionCreateUpdateParameters
589 type MongoUserDefinitionGetResults = original.MongoUserDefinitionGetResults
590 type MongoUserDefinitionListResult = original.MongoUserDefinitionListResult
591 type MongoUserDefinitionResource = original.MongoUserDefinitionResource
592 type NotebookWorkspace = original.NotebookWorkspace
593 type NotebookWorkspaceConnectionInfoResult = original.NotebookWorkspaceConnectionInfoResult
594 type NotebookWorkspaceCreateUpdateParameters = original.NotebookWorkspaceCreateUpdateParameters
595 type NotebookWorkspaceListResult = original.NotebookWorkspaceListResult
596 type NotebookWorkspaceProperties = original.NotebookWorkspaceProperties
597 type NotebookWorkspacesClient = original.NotebookWorkspacesClient
598 type NotebookWorkspacesCreateOrUpdateFuture = original.NotebookWorkspacesCreateOrUpdateFuture
599 type NotebookWorkspacesDeleteFuture = original.NotebookWorkspacesDeleteFuture
600 type NotebookWorkspacesRegenerateAuthTokenFuture = original.NotebookWorkspacesRegenerateAuthTokenFuture
601 type NotebookWorkspacesStartFuture = original.NotebookWorkspacesStartFuture
602 type Operation = original.Operation
603 type OperationDisplay = original.OperationDisplay
604 type OperationListResult = original.OperationListResult
605 type OperationListResultIterator = original.OperationListResultIterator
606 type OperationListResultPage = original.OperationListResultPage
607 type OperationsClient = original.OperationsClient
608 type OptionsResource = original.OptionsResource
609 type PartitionKeyRangeIDClient = original.PartitionKeyRangeIDClient
610 type PartitionKeyRangeIDRegionClient = original.PartitionKeyRangeIDRegionClient
611 type PartitionMetric = original.PartitionMetric
612 type PartitionMetricListResult = original.PartitionMetricListResult
613 type PartitionUsage = original.PartitionUsage
614 type PartitionUsagesResult = original.PartitionUsagesResult
615 type PercentileClient = original.PercentileClient
616 type PercentileMetric = original.PercentileMetric
617 type PercentileMetricListResult = original.PercentileMetricListResult
618 type PercentileMetricValue = original.PercentileMetricValue
619 type PercentileSourceTargetClient = original.PercentileSourceTargetClient
620 type PercentileTargetClient = original.PercentileTargetClient
621 type PeriodicModeBackupPolicy = original.PeriodicModeBackupPolicy
622 type PeriodicModeProperties = original.PeriodicModeProperties
623 type Permission = original.Permission
624 type PrivateEndpointConnection = original.PrivateEndpointConnection
625 type PrivateEndpointConnectionListResult = original.PrivateEndpointConnectionListResult
626 type PrivateEndpointConnectionProperties = original.PrivateEndpointConnectionProperties
627 type PrivateEndpointConnectionsClient = original.PrivateEndpointConnectionsClient
628 type PrivateEndpointConnectionsCreateOrUpdateFuture = original.PrivateEndpointConnectionsCreateOrUpdateFuture
629 type PrivateEndpointConnectionsDeleteFuture = original.PrivateEndpointConnectionsDeleteFuture
630 type PrivateEndpointProperty = original.PrivateEndpointProperty
631 type PrivateLinkResource = original.PrivateLinkResource
632 type PrivateLinkResourceListResult = original.PrivateLinkResourceListResult
633 type PrivateLinkResourceProperties = original.PrivateLinkResourceProperties
634 type PrivateLinkResourcesClient = original.PrivateLinkResourcesClient
635 type PrivateLinkServiceConnectionStateProperty = original.PrivateLinkServiceConnectionStateProperty
636 type Privilege = original.Privilege
637 type PrivilegeResource = original.PrivilegeResource
638 type ProxyResource = original.ProxyResource
639 type RegionForOnlineOffline = original.RegionForOnlineOffline
640 type RegionalServiceResource = original.RegionalServiceResource
641 type Resource = original.Resource
642 type RestorableDatabaseAccountGetResult = original.RestorableDatabaseAccountGetResult
643 type RestorableDatabaseAccountProperties = original.RestorableDatabaseAccountProperties
644 type RestorableDatabaseAccountsClient = original.RestorableDatabaseAccountsClient
645 type RestorableDatabaseAccountsListResult = original.RestorableDatabaseAccountsListResult
646 type RestorableLocationResource = original.RestorableLocationResource
647 type RestorableMongodbCollectionGetResult = original.RestorableMongodbCollectionGetResult
648 type RestorableMongodbCollectionProperties = original.RestorableMongodbCollectionProperties
649 type RestorableMongodbCollectionPropertiesResource = original.RestorableMongodbCollectionPropertiesResource
650 type RestorableMongodbCollectionsClient = original.RestorableMongodbCollectionsClient
651 type RestorableMongodbCollectionsListResult = original.RestorableMongodbCollectionsListResult
652 type RestorableMongodbDatabaseGetResult = original.RestorableMongodbDatabaseGetResult
653 type RestorableMongodbDatabaseProperties = original.RestorableMongodbDatabaseProperties
654 type RestorableMongodbDatabasePropertiesResource = original.RestorableMongodbDatabasePropertiesResource
655 type RestorableMongodbDatabasesClient = original.RestorableMongodbDatabasesClient
656 type RestorableMongodbDatabasesListResult = original.RestorableMongodbDatabasesListResult
657 type RestorableMongodbResourcesClient = original.RestorableMongodbResourcesClient
658 type RestorableMongodbResourcesGetResult = original.RestorableMongodbResourcesGetResult
659 type RestorableMongodbResourcesListResult = original.RestorableMongodbResourcesListResult
660 type RestorableSQLContainerGetResult = original.RestorableSQLContainerGetResult
661 type RestorableSQLContainerProperties = original.RestorableSQLContainerProperties
662 type RestorableSQLContainerPropertiesResource = original.RestorableSQLContainerPropertiesResource
663 type RestorableSQLContainerPropertiesResourceContainer = original.RestorableSQLContainerPropertiesResourceContainer
664 type RestorableSQLContainersClient = original.RestorableSQLContainersClient
665 type RestorableSQLContainersListResult = original.RestorableSQLContainersListResult
666 type RestorableSQLDatabaseGetResult = original.RestorableSQLDatabaseGetResult
667 type RestorableSQLDatabaseProperties = original.RestorableSQLDatabaseProperties
668 type RestorableSQLDatabasePropertiesResource = original.RestorableSQLDatabasePropertiesResource
669 type RestorableSQLDatabasePropertiesResourceDatabase = original.RestorableSQLDatabasePropertiesResourceDatabase
670 type RestorableSQLDatabasesClient = original.RestorableSQLDatabasesClient
671 type RestorableSQLDatabasesListResult = original.RestorableSQLDatabasesListResult
672 type RestorableSQLResourcesClient = original.RestorableSQLResourcesClient
673 type RestorableSQLResourcesGetResult = original.RestorableSQLResourcesGetResult
674 type RestorableSQLResourcesListResult = original.RestorableSQLResourcesListResult
675 type RestoreParameters = original.RestoreParameters
676 type Role = original.Role
677 type SQLContainerCreateUpdateParameters = original.SQLContainerCreateUpdateParameters
678 type SQLContainerCreateUpdateProperties = original.SQLContainerCreateUpdateProperties
679 type SQLContainerGetProperties = original.SQLContainerGetProperties
680 type SQLContainerGetPropertiesOptions = original.SQLContainerGetPropertiesOptions
681 type SQLContainerGetPropertiesResource = original.SQLContainerGetPropertiesResource
682 type SQLContainerGetResults = original.SQLContainerGetResults
683 type SQLContainerListResult = original.SQLContainerListResult
684 type SQLContainerResource = original.SQLContainerResource
685 type SQLDatabaseCreateUpdateParameters = original.SQLDatabaseCreateUpdateParameters
686 type SQLDatabaseCreateUpdateProperties = original.SQLDatabaseCreateUpdateProperties
687 type SQLDatabaseGetProperties = original.SQLDatabaseGetProperties
688 type SQLDatabaseGetPropertiesOptions = original.SQLDatabaseGetPropertiesOptions
689 type SQLDatabaseGetPropertiesResource = original.SQLDatabaseGetPropertiesResource
690 type SQLDatabaseGetResults = original.SQLDatabaseGetResults
691 type SQLDatabaseListResult = original.SQLDatabaseListResult
692 type SQLDatabaseResource = original.SQLDatabaseResource
693 type SQLDedicatedGatewayRegionalServiceResource = original.SQLDedicatedGatewayRegionalServiceResource
694 type SQLDedicatedGatewayServiceResource = original.SQLDedicatedGatewayServiceResource
695 type SQLDedicatedGatewayServiceResourceProperties = original.SQLDedicatedGatewayServiceResourceProperties
696 type SQLResourcesClient = original.SQLResourcesClient
697 type SQLResourcesCreateUpdateSQLContainerFuture = original.SQLResourcesCreateUpdateSQLContainerFuture
698 type SQLResourcesCreateUpdateSQLDatabaseFuture = original.SQLResourcesCreateUpdateSQLDatabaseFuture
699 type SQLResourcesCreateUpdateSQLRoleAssignmentFuture = original.SQLResourcesCreateUpdateSQLRoleAssignmentFuture
700 type SQLResourcesCreateUpdateSQLRoleDefinitionFuture = original.SQLResourcesCreateUpdateSQLRoleDefinitionFuture
701 type SQLResourcesCreateUpdateSQLStoredProcedureFuture = original.SQLResourcesCreateUpdateSQLStoredProcedureFuture
702 type SQLResourcesCreateUpdateSQLTriggerFuture = original.SQLResourcesCreateUpdateSQLTriggerFuture
703 type SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture = original.SQLResourcesCreateUpdateSQLUserDefinedFunctionFuture
704 type SQLResourcesDeleteSQLContainerFuture = original.SQLResourcesDeleteSQLContainerFuture
705 type SQLResourcesDeleteSQLDatabaseFuture = original.SQLResourcesDeleteSQLDatabaseFuture
706 type SQLResourcesDeleteSQLRoleAssignmentFuture = original.SQLResourcesDeleteSQLRoleAssignmentFuture
707 type SQLResourcesDeleteSQLRoleDefinitionFuture = original.SQLResourcesDeleteSQLRoleDefinitionFuture
708 type SQLResourcesDeleteSQLStoredProcedureFuture = original.SQLResourcesDeleteSQLStoredProcedureFuture
709 type SQLResourcesDeleteSQLTriggerFuture = original.SQLResourcesDeleteSQLTriggerFuture
710 type SQLResourcesDeleteSQLUserDefinedFunctionFuture = original.SQLResourcesDeleteSQLUserDefinedFunctionFuture
711 type SQLResourcesMigrateSQLContainerToAutoscaleFuture = original.SQLResourcesMigrateSQLContainerToAutoscaleFuture
712 type SQLResourcesMigrateSQLContainerToManualThroughputFuture = original.SQLResourcesMigrateSQLContainerToManualThroughputFuture
713 type SQLResourcesMigrateSQLDatabaseToAutoscaleFuture = original.SQLResourcesMigrateSQLDatabaseToAutoscaleFuture
714 type SQLResourcesMigrateSQLDatabaseToManualThroughputFuture = original.SQLResourcesMigrateSQLDatabaseToManualThroughputFuture
715 type SQLResourcesRetrieveContinuousBackupInformationFuture = original.SQLResourcesRetrieveContinuousBackupInformationFuture
716 type SQLResourcesUpdateSQLContainerThroughputFuture = original.SQLResourcesUpdateSQLContainerThroughputFuture
717 type SQLResourcesUpdateSQLDatabaseThroughputFuture = original.SQLResourcesUpdateSQLDatabaseThroughputFuture
718 type SQLRoleAssignmentCreateUpdateParameters = original.SQLRoleAssignmentCreateUpdateParameters
719 type SQLRoleAssignmentGetResults = original.SQLRoleAssignmentGetResults
720 type SQLRoleAssignmentListResult = original.SQLRoleAssignmentListResult
721 type SQLRoleAssignmentResource = original.SQLRoleAssignmentResource
722 type SQLRoleDefinitionCreateUpdateParameters = original.SQLRoleDefinitionCreateUpdateParameters
723 type SQLRoleDefinitionGetResults = original.SQLRoleDefinitionGetResults
724 type SQLRoleDefinitionListResult = original.SQLRoleDefinitionListResult
725 type SQLRoleDefinitionResource = original.SQLRoleDefinitionResource
726 type SQLStoredProcedureCreateUpdateParameters = original.SQLStoredProcedureCreateUpdateParameters
727 type SQLStoredProcedureCreateUpdateProperties = original.SQLStoredProcedureCreateUpdateProperties
728 type SQLStoredProcedureGetProperties = original.SQLStoredProcedureGetProperties
729 type SQLStoredProcedureGetPropertiesResource = original.SQLStoredProcedureGetPropertiesResource
730 type SQLStoredProcedureGetResults = original.SQLStoredProcedureGetResults
731 type SQLStoredProcedureListResult = original.SQLStoredProcedureListResult
732 type SQLStoredProcedureResource = original.SQLStoredProcedureResource
733 type SQLTriggerCreateUpdateParameters = original.SQLTriggerCreateUpdateParameters
734 type SQLTriggerCreateUpdateProperties = original.SQLTriggerCreateUpdateProperties
735 type SQLTriggerGetProperties = original.SQLTriggerGetProperties
736 type SQLTriggerGetPropertiesResource = original.SQLTriggerGetPropertiesResource
737 type SQLTriggerGetResults = original.SQLTriggerGetResults
738 type SQLTriggerListResult = original.SQLTriggerListResult
739 type SQLTriggerResource = original.SQLTriggerResource
740 type SQLUserDefinedFunctionCreateUpdateParameters = original.SQLUserDefinedFunctionCreateUpdateParameters
741 type SQLUserDefinedFunctionCreateUpdateProperties = original.SQLUserDefinedFunctionCreateUpdateProperties
742 type SQLUserDefinedFunctionGetProperties = original.SQLUserDefinedFunctionGetProperties
743 type SQLUserDefinedFunctionGetPropertiesResource = original.SQLUserDefinedFunctionGetPropertiesResource
744 type SQLUserDefinedFunctionGetResults = original.SQLUserDefinedFunctionGetResults
745 type SQLUserDefinedFunctionListResult = original.SQLUserDefinedFunctionListResult
746 type SQLUserDefinedFunctionResource = original.SQLUserDefinedFunctionResource
747 type SeedNode = original.SeedNode
748 type ServiceClient = original.ServiceClient
749 type ServiceCreateFuture = original.ServiceCreateFuture
750 type ServiceDeleteFuture = original.ServiceDeleteFuture
751 type ServiceResource = original.ServiceResource
752 type ServiceResourceCreateUpdateParameters = original.ServiceResourceCreateUpdateParameters
753 type ServiceResourceCreateUpdateProperties = original.ServiceResourceCreateUpdateProperties
754 type ServiceResourceListResult = original.ServiceResourceListResult
755 type ServiceResourceProperties = original.ServiceResourceProperties
756 type SpatialSpec = original.SpatialSpec
757 type SystemData = original.SystemData
758 type TableCreateUpdateParameters = original.TableCreateUpdateParameters
759 type TableCreateUpdateProperties = original.TableCreateUpdateProperties
760 type TableGetProperties = original.TableGetProperties
761 type TableGetPropertiesOptions = original.TableGetPropertiesOptions
762 type TableGetPropertiesResource = original.TableGetPropertiesResource
763 type TableGetResults = original.TableGetResults
764 type TableListResult = original.TableListResult
765 type TableResource = original.TableResource
766 type TableResourcesClient = original.TableResourcesClient
767 type TableResourcesCreateUpdateTableFuture = original.TableResourcesCreateUpdateTableFuture
768 type TableResourcesDeleteTableFuture = original.TableResourcesDeleteTableFuture
769 type TableResourcesMigrateTableToAutoscaleFuture = original.TableResourcesMigrateTableToAutoscaleFuture
770 type TableResourcesMigrateTableToManualThroughputFuture = original.TableResourcesMigrateTableToManualThroughputFuture
771 type TableResourcesUpdateTableThroughputFuture = original.TableResourcesUpdateTableThroughputFuture
772 type ThroughputPolicyResource = original.ThroughputPolicyResource
773 type ThroughputSettingsGetProperties = original.ThroughputSettingsGetProperties
774 type ThroughputSettingsGetPropertiesResource = original.ThroughputSettingsGetPropertiesResource
775 type ThroughputSettingsGetResults = original.ThroughputSettingsGetResults
776 type ThroughputSettingsResource = original.ThroughputSettingsResource
777 type ThroughputSettingsUpdateParameters = original.ThroughputSettingsUpdateParameters
778 type ThroughputSettingsUpdateProperties = original.ThroughputSettingsUpdateProperties
779 type TrackedResource = original.TrackedResource
780 type UniqueKey = original.UniqueKey
781 type UniqueKeyPolicy = original.UniqueKeyPolicy
782 type Usage = original.Usage
783 type UsagesResult = original.UsagesResult
784 type VirtualNetworkRule = original.VirtualNetworkRule
785
786 func New(subscriptionID string) BaseClient {
787 return original.New(subscriptionID)
788 }
789 func NewCassandraClustersClient(subscriptionID string) CassandraClustersClient {
790 return original.NewCassandraClustersClient(subscriptionID)
791 }
792 func NewCassandraClustersClientWithBaseURI(baseURI string, subscriptionID string) CassandraClustersClient {
793 return original.NewCassandraClustersClientWithBaseURI(baseURI, subscriptionID)
794 }
795 func NewCassandraDataCentersClient(subscriptionID string) CassandraDataCentersClient {
796 return original.NewCassandraDataCentersClient(subscriptionID)
797 }
798 func NewCassandraDataCentersClientWithBaseURI(baseURI string, subscriptionID string) CassandraDataCentersClient {
799 return original.NewCassandraDataCentersClientWithBaseURI(baseURI, subscriptionID)
800 }
801 func NewCassandraResourcesClient(subscriptionID string) CassandraResourcesClient {
802 return original.NewCassandraResourcesClient(subscriptionID)
803 }
804 func NewCassandraResourcesClientWithBaseURI(baseURI string, subscriptionID string) CassandraResourcesClient {
805 return original.NewCassandraResourcesClientWithBaseURI(baseURI, subscriptionID)
806 }
807 func NewCollectionClient(subscriptionID string) CollectionClient {
808 return original.NewCollectionClient(subscriptionID)
809 }
810 func NewCollectionClientWithBaseURI(baseURI string, subscriptionID string) CollectionClient {
811 return original.NewCollectionClientWithBaseURI(baseURI, subscriptionID)
812 }
813 func NewCollectionPartitionClient(subscriptionID string) CollectionPartitionClient {
814 return original.NewCollectionPartitionClient(subscriptionID)
815 }
816 func NewCollectionPartitionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionClient {
817 return original.NewCollectionPartitionClientWithBaseURI(baseURI, subscriptionID)
818 }
819 func NewCollectionPartitionRegionClient(subscriptionID string) CollectionPartitionRegionClient {
820 return original.NewCollectionPartitionRegionClient(subscriptionID)
821 }
822 func NewCollectionPartitionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionRegionClient {
823 return original.NewCollectionPartitionRegionClientWithBaseURI(baseURI, subscriptionID)
824 }
825 func NewCollectionRegionClient(subscriptionID string) CollectionRegionClient {
826 return original.NewCollectionRegionClient(subscriptionID)
827 }
828 func NewCollectionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionRegionClient {
829 return original.NewCollectionRegionClientWithBaseURI(baseURI, subscriptionID)
830 }
831 func NewDatabaseAccountRegionClient(subscriptionID string) DatabaseAccountRegionClient {
832 return original.NewDatabaseAccountRegionClient(subscriptionID)
833 }
834 func NewDatabaseAccountRegionClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountRegionClient {
835 return original.NewDatabaseAccountRegionClientWithBaseURI(baseURI, subscriptionID)
836 }
837 func NewDatabaseAccountsClient(subscriptionID string) DatabaseAccountsClient {
838 return original.NewDatabaseAccountsClient(subscriptionID)
839 }
840 func NewDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountsClient {
841 return original.NewDatabaseAccountsClientWithBaseURI(baseURI, subscriptionID)
842 }
843 func NewDatabaseClient(subscriptionID string) DatabaseClient {
844 return original.NewDatabaseClient(subscriptionID)
845 }
846 func NewDatabaseClientWithBaseURI(baseURI string, subscriptionID string) DatabaseClient {
847 return original.NewDatabaseClientWithBaseURI(baseURI, subscriptionID)
848 }
849 func NewGremlinResourcesClient(subscriptionID string) GremlinResourcesClient {
850 return original.NewGremlinResourcesClient(subscriptionID)
851 }
852 func NewGremlinResourcesClientWithBaseURI(baseURI string, subscriptionID string) GremlinResourcesClient {
853 return original.NewGremlinResourcesClientWithBaseURI(baseURI, subscriptionID)
854 }
855 func NewLocationsClient(subscriptionID string) LocationsClient {
856 return original.NewLocationsClient(subscriptionID)
857 }
858 func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient {
859 return original.NewLocationsClientWithBaseURI(baseURI, subscriptionID)
860 }
861 func NewMongoDBResourcesClient(subscriptionID string) MongoDBResourcesClient {
862 return original.NewMongoDBResourcesClient(subscriptionID)
863 }
864 func NewMongoDBResourcesClientWithBaseURI(baseURI string, subscriptionID string) MongoDBResourcesClient {
865 return original.NewMongoDBResourcesClientWithBaseURI(baseURI, subscriptionID)
866 }
867 func NewNotebookWorkspacesClient(subscriptionID string) NotebookWorkspacesClient {
868 return original.NewNotebookWorkspacesClient(subscriptionID)
869 }
870 func NewNotebookWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) NotebookWorkspacesClient {
871 return original.NewNotebookWorkspacesClientWithBaseURI(baseURI, subscriptionID)
872 }
873 func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
874 return original.NewOperationListResultIterator(page)
875 }
876 func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage {
877 return original.NewOperationListResultPage(cur, getNextPage)
878 }
879 func NewOperationsClient(subscriptionID string) OperationsClient {
880 return original.NewOperationsClient(subscriptionID)
881 }
882 func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
883 return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
884 }
885 func NewPartitionKeyRangeIDClient(subscriptionID string) PartitionKeyRangeIDClient {
886 return original.NewPartitionKeyRangeIDClient(subscriptionID)
887 }
888 func NewPartitionKeyRangeIDClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDClient {
889 return original.NewPartitionKeyRangeIDClientWithBaseURI(baseURI, subscriptionID)
890 }
891 func NewPartitionKeyRangeIDRegionClient(subscriptionID string) PartitionKeyRangeIDRegionClient {
892 return original.NewPartitionKeyRangeIDRegionClient(subscriptionID)
893 }
894 func NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDRegionClient {
895 return original.NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI, subscriptionID)
896 }
897 func NewPercentileClient(subscriptionID string) PercentileClient {
898 return original.NewPercentileClient(subscriptionID)
899 }
900 func NewPercentileClientWithBaseURI(baseURI string, subscriptionID string) PercentileClient {
901 return original.NewPercentileClientWithBaseURI(baseURI, subscriptionID)
902 }
903 func NewPercentileSourceTargetClient(subscriptionID string) PercentileSourceTargetClient {
904 return original.NewPercentileSourceTargetClient(subscriptionID)
905 }
906 func NewPercentileSourceTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileSourceTargetClient {
907 return original.NewPercentileSourceTargetClientWithBaseURI(baseURI, subscriptionID)
908 }
909 func NewPercentileTargetClient(subscriptionID string) PercentileTargetClient {
910 return original.NewPercentileTargetClient(subscriptionID)
911 }
912 func NewPercentileTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileTargetClient {
913 return original.NewPercentileTargetClientWithBaseURI(baseURI, subscriptionID)
914 }
915 func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient {
916 return original.NewPrivateEndpointConnectionsClient(subscriptionID)
917 }
918 func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient {
919 return original.NewPrivateEndpointConnectionsClientWithBaseURI(baseURI, subscriptionID)
920 }
921 func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient {
922 return original.NewPrivateLinkResourcesClient(subscriptionID)
923 }
924 func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient {
925 return original.NewPrivateLinkResourcesClientWithBaseURI(baseURI, subscriptionID)
926 }
927 func NewRestorableDatabaseAccountsClient(subscriptionID string) RestorableDatabaseAccountsClient {
928 return original.NewRestorableDatabaseAccountsClient(subscriptionID)
929 }
930 func NewRestorableDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) RestorableDatabaseAccountsClient {
931 return original.NewRestorableDatabaseAccountsClientWithBaseURI(baseURI, subscriptionID)
932 }
933 func NewRestorableMongodbCollectionsClient(subscriptionID string) RestorableMongodbCollectionsClient {
934 return original.NewRestorableMongodbCollectionsClient(subscriptionID)
935 }
936 func NewRestorableMongodbCollectionsClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbCollectionsClient {
937 return original.NewRestorableMongodbCollectionsClientWithBaseURI(baseURI, subscriptionID)
938 }
939 func NewRestorableMongodbDatabasesClient(subscriptionID string) RestorableMongodbDatabasesClient {
940 return original.NewRestorableMongodbDatabasesClient(subscriptionID)
941 }
942 func NewRestorableMongodbDatabasesClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbDatabasesClient {
943 return original.NewRestorableMongodbDatabasesClientWithBaseURI(baseURI, subscriptionID)
944 }
945 func NewRestorableMongodbResourcesClient(subscriptionID string) RestorableMongodbResourcesClient {
946 return original.NewRestorableMongodbResourcesClient(subscriptionID)
947 }
948 func NewRestorableMongodbResourcesClientWithBaseURI(baseURI string, subscriptionID string) RestorableMongodbResourcesClient {
949 return original.NewRestorableMongodbResourcesClientWithBaseURI(baseURI, subscriptionID)
950 }
951 func NewRestorableSQLContainersClient(subscriptionID string) RestorableSQLContainersClient {
952 return original.NewRestorableSQLContainersClient(subscriptionID)
953 }
954 func NewRestorableSQLContainersClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLContainersClient {
955 return original.NewRestorableSQLContainersClientWithBaseURI(baseURI, subscriptionID)
956 }
957 func NewRestorableSQLDatabasesClient(subscriptionID string) RestorableSQLDatabasesClient {
958 return original.NewRestorableSQLDatabasesClient(subscriptionID)
959 }
960 func NewRestorableSQLDatabasesClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLDatabasesClient {
961 return original.NewRestorableSQLDatabasesClientWithBaseURI(baseURI, subscriptionID)
962 }
963 func NewRestorableSQLResourcesClient(subscriptionID string) RestorableSQLResourcesClient {
964 return original.NewRestorableSQLResourcesClient(subscriptionID)
965 }
966 func NewRestorableSQLResourcesClientWithBaseURI(baseURI string, subscriptionID string) RestorableSQLResourcesClient {
967 return original.NewRestorableSQLResourcesClientWithBaseURI(baseURI, subscriptionID)
968 }
969 func NewSQLResourcesClient(subscriptionID string) SQLResourcesClient {
970 return original.NewSQLResourcesClient(subscriptionID)
971 }
972 func NewSQLResourcesClientWithBaseURI(baseURI string, subscriptionID string) SQLResourcesClient {
973 return original.NewSQLResourcesClientWithBaseURI(baseURI, subscriptionID)
974 }
975 func NewServiceClient(subscriptionID string) ServiceClient {
976 return original.NewServiceClient(subscriptionID)
977 }
978 func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient {
979 return original.NewServiceClientWithBaseURI(baseURI, subscriptionID)
980 }
981 func NewTableResourcesClient(subscriptionID string) TableResourcesClient {
982 return original.NewTableResourcesClient(subscriptionID)
983 }
984 func NewTableResourcesClientWithBaseURI(baseURI string, subscriptionID string) TableResourcesClient {
985 return original.NewTableResourcesClientWithBaseURI(baseURI, subscriptionID)
986 }
987 func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
988 return original.NewWithBaseURI(baseURI, subscriptionID)
989 }
990 func PossibleAPITypeValues() []APIType {
991 return original.PossibleAPITypeValues()
992 }
993 func PossibleAnalyticalStorageSchemaTypeValues() []AnalyticalStorageSchemaType {
994 return original.PossibleAnalyticalStorageSchemaTypeValues()
995 }
996 func PossibleAuthenticationMethodValues() []AuthenticationMethod {
997 return original.PossibleAuthenticationMethodValues()
998 }
999 func PossibleBackupPolicyMigrationStatusValues() []BackupPolicyMigrationStatus {
1000 return original.PossibleBackupPolicyMigrationStatusValues()
1001 }
1002 func PossibleBackupPolicyTypeValues() []BackupPolicyType {
1003 return original.PossibleBackupPolicyTypeValues()
1004 }
1005 func PossibleBackupStorageRedundancyValues() []BackupStorageRedundancy {
1006 return original.PossibleBackupStorageRedundancyValues()
1007 }
1008 func PossibleCompositePathSortOrderValues() []CompositePathSortOrder {
1009 return original.PossibleCompositePathSortOrderValues()
1010 }
1011 func PossibleConflictResolutionModeValues() []ConflictResolutionMode {
1012 return original.PossibleConflictResolutionModeValues()
1013 }
1014 func PossibleConnectionStateValues() []ConnectionState {
1015 return original.PossibleConnectionStateValues()
1016 }
1017 func PossibleConnectorOfferValues() []ConnectorOffer {
1018 return original.PossibleConnectorOfferValues()
1019 }
1020 func PossibleCreateModeValues() []CreateMode {
1021 return original.PossibleCreateModeValues()
1022 }
1023 func PossibleCreatedByTypeValues() []CreatedByType {
1024 return original.PossibleCreatedByTypeValues()
1025 }
1026 func PossibleDataTypeValues() []DataType {
1027 return original.PossibleDataTypeValues()
1028 }
1029 func PossibleDatabaseAccountKindValues() []DatabaseAccountKind {
1030 return original.PossibleDatabaseAccountKindValues()
1031 }
1032 func PossibleDatabaseAccountOfferTypeValues() []DatabaseAccountOfferType {
1033 return original.PossibleDatabaseAccountOfferTypeValues()
1034 }
1035 func PossibleDefaultConsistencyLevelValues() []DefaultConsistencyLevel {
1036 return original.PossibleDefaultConsistencyLevelValues()
1037 }
1038 func PossibleIndexKindValues() []IndexKind {
1039 return original.PossibleIndexKindValues()
1040 }
1041 func PossibleIndexingModeValues() []IndexingMode {
1042 return original.PossibleIndexingModeValues()
1043 }
1044 func PossibleKeyKindValues() []KeyKind {
1045 return original.PossibleKeyKindValues()
1046 }
1047 func PossibleManagedCassandraProvisioningStateValues() []ManagedCassandraProvisioningState {
1048 return original.PossibleManagedCassandraProvisioningStateValues()
1049 }
1050 func PossibleManagedCassandraResourceIdentityTypeValues() []ManagedCassandraResourceIdentityType {
1051 return original.PossibleManagedCassandraResourceIdentityTypeValues()
1052 }
1053 func PossibleMongoRoleDefinitionTypeValues() []MongoRoleDefinitionType {
1054 return original.PossibleMongoRoleDefinitionTypeValues()
1055 }
1056 func PossibleNetworkACLBypassValues() []NetworkACLBypass {
1057 return original.PossibleNetworkACLBypassValues()
1058 }
1059 func PossibleNodeStateValues() []NodeState {
1060 return original.PossibleNodeStateValues()
1061 }
1062 func PossibleNodeStatusValues() []NodeStatus {
1063 return original.PossibleNodeStatusValues()
1064 }
1065 func PossibleOperationTypeValues() []OperationType {
1066 return original.PossibleOperationTypeValues()
1067 }
1068 func PossiblePartitionKindValues() []PartitionKind {
1069 return original.PossiblePartitionKindValues()
1070 }
1071 func PossiblePrimaryAggregationTypeValues() []PrimaryAggregationType {
1072 return original.PossiblePrimaryAggregationTypeValues()
1073 }
1074 func PossiblePublicNetworkAccessValues() []PublicNetworkAccess {
1075 return original.PossiblePublicNetworkAccessValues()
1076 }
1077 func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
1078 return original.PossibleResourceIdentityTypeValues()
1079 }
1080 func PossibleRestoreModeValues() []RestoreMode {
1081 return original.PossibleRestoreModeValues()
1082 }
1083 func PossibleRoleDefinitionTypeValues() []RoleDefinitionType {
1084 return original.PossibleRoleDefinitionTypeValues()
1085 }
1086 func PossibleServerVersionValues() []ServerVersion {
1087 return original.PossibleServerVersionValues()
1088 }
1089 func PossibleServiceSizeValues() []ServiceSize {
1090 return original.PossibleServiceSizeValues()
1091 }
1092 func PossibleServiceStatusValues() []ServiceStatus {
1093 return original.PossibleServiceStatusValues()
1094 }
1095 func PossibleServiceTypeBasicServiceResourcePropertiesValues() []ServiceTypeBasicServiceResourceProperties {
1096 return original.PossibleServiceTypeBasicServiceResourcePropertiesValues()
1097 }
1098 func PossibleServiceTypeValues() []ServiceType {
1099 return original.PossibleServiceTypeValues()
1100 }
1101 func PossibleSpatialTypeValues() []SpatialType {
1102 return original.PossibleSpatialTypeValues()
1103 }
1104 func PossibleTriggerOperationValues() []TriggerOperation {
1105 return original.PossibleTriggerOperationValues()
1106 }
1107 func PossibleTriggerTypeValues() []TriggerType {
1108 return original.PossibleTriggerTypeValues()
1109 }
1110 func PossibleTypeValues() []Type {
1111 return original.PossibleTypeValues()
1112 }
1113 func PossibleUnitTypeValues() []UnitType {
1114 return original.PossibleUnitTypeValues()
1115 }
1116 func UserAgent() string {
1117 return original.UserAgent() + " profiles/preview"
1118 }
1119 func Version() string {
1120 return original.Version()
1121 }
1122
View as plain text