@azure/arm-sql 11.0.0-alpha.20240925.1 → 11.0.0-beta.2
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.
- package/CHANGELOG.md +138 -7
- package/dist/index.js +2955 -3279
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsCreateOrUpdateSample.js +7 -36
- package/dist-esm/samples-dev/distributedAvailabilityGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/distributedAvailabilityGroupsGetSample.js +2 -2
- package/dist-esm/samples-dev/distributedAvailabilityGroupsListByInstanceSample.js +1 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsCreateOrUpdateSample.js +38 -1
- package/dist-esm/samples-dev/failoverGroupsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/failoverGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsForceFailoverAllowDataLossSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsGetSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsTryPlannedBeforeForcedFailoverSample.js +1 -1
- package/dist-esm/samples-dev/failoverGroupsUpdateSample.js +31 -1
- package/dist-esm/samples-dev/failoverGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/replicationLinksCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/replicationLinksCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{distributedAvailabilityGroupsFailoverSample.js → replicationLinksCreateOrUpdateSample.js} +13 -14
- package/dist-esm/samples-dev/replicationLinksCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/replicationLinksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksFailoverAllowDataLossSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksFailoverSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksGetSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksListByDatabaseSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksListByServerSample.js +1 -1
- package/dist-esm/samples-dev/replicationLinksUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/replicationLinksUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{distributedAvailabilityGroupsSetRoleSample.js → replicationLinksUpdateSample.js} +13 -15
- package/dist-esm/samples-dev/replicationLinksUpdateSample.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +315 -549
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +36 -94
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -10
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +270 -478
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +26 -29
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +66 -107
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/databaseAdvancedThreatProtectionSettings.js +4 -4
- package/dist-esm/src/operations/databaseBlobAuditingPolicies.js +4 -4
- package/dist-esm/src/operations/databaseOperations.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentBaselines.js +4 -4
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.js +5 -5
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/databaseSqlVulnerabilityAssessmentsSettings.js +2 -2
- package/dist-esm/src/operations/distributedAvailabilityGroups.d.ts +1 -41
- package/dist-esm/src/operations/distributedAvailabilityGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/distributedAvailabilityGroups.js +6 -227
- package/dist-esm/src/operations/distributedAvailabilityGroups.js.map +1 -1
- package/dist-esm/src/operations/endpointCertificates.js +2 -2
- package/dist-esm/src/operations/extendedDatabaseBlobAuditingPolicies.js +4 -4
- package/dist-esm/src/operations/extendedServerBlobAuditingPolicies.js +4 -4
- package/dist-esm/src/operations/failoverGroups.js +10 -10
- package/dist-esm/src/operations/iPv6FirewallRules.js +5 -5
- package/dist-esm/src/operations/index.d.ts +1 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/instanceFailoverGroups.js +7 -7
- package/dist-esm/src/operations/instanceFailoverGroups.js.map +1 -1
- package/dist-esm/src/operations/instancePools.js +2 -2
- package/dist-esm/src/operations/longTermRetentionBackups.js +6 -6
- package/dist-esm/src/operations/longTermRetentionBackups.js.map +1 -1
- package/dist-esm/src/operations/longTermRetentionPolicies.js +1 -1
- package/dist-esm/src/operations/managedDatabaseAdvancedThreatProtectionSettings.js +1 -1
- package/dist-esm/src/operations/managedDatabaseMoveOperations.js +2 -2
- package/dist-esm/src/operations/managedDatabaseMoveOperations.js.map +1 -1
- package/dist-esm/src/operations/managedDatabaseRecommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/managedDatabaseRestoreDetails.js +1 -1
- package/dist-esm/src/operations/managedDatabaseRestoreDetails.js.map +1 -1
- package/dist-esm/src/operations/managedDatabaseSensitivityLabels.js +2 -2
- package/dist-esm/src/operations/managedDatabases.js +6 -6
- package/dist-esm/src/operations/managedInstanceAdvancedThreatProtectionSettings.js +1 -1
- package/dist-esm/src/operations/managedInstanceDtcs.js +4 -4
- package/dist-esm/src/operations/managedInstanceDtcs.js.map +1 -1
- package/dist-esm/src/operations/managedInstances.js +2 -2
- package/dist-esm/src/operations/managedLedgerDigestUploadsOperations.js +1 -1
- package/dist-esm/src/operations/managedServerDnsAliases.js +7 -7
- package/dist-esm/src/operations/recommendedSensitivityLabels.js +1 -1
- package/dist-esm/src/operations/replicationLinks.d.ts +45 -1
- package/dist-esm/src/operations/replicationLinks.d.ts.map +1 -1
- package/dist-esm/src/operations/replicationLinks.js +214 -6
- package/dist-esm/src/operations/replicationLinks.js.map +1 -1
- package/dist-esm/src/operations/sensitivityLabels.js +2 -2
- package/dist-esm/src/operations/serverAdvancedThreatProtectionSettings.js +4 -4
- package/dist-esm/src/operations/serverBlobAuditingPolicies.js +4 -4
- package/dist-esm/src/operations/serverConfigurationOptions.js +1 -1
- package/dist-esm/src/operations/serverTrustCertificates.js +5 -5
- package/dist-esm/src/operations/servers.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaseline.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentBaselines.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentExecuteScan.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaseline.js +4 -4
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentRuleBaselines.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScanResult.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentScans.js +2 -2
- package/dist-esm/src/operations/sqlVulnerabilityAssessments.js +1 -1
- package/dist-esm/src/operations/sqlVulnerabilityAssessmentsSettings.js +4 -4
- package/dist-esm/src/operations/startStopManagedInstanceSchedules.js +1 -1
- package/dist-esm/src/operations/synapseLinkWorkspaces.js +1 -1
- package/dist-esm/src/operations/synapseLinkWorkspaces.js.map +1 -1
- package/dist-esm/src/operations/transparentDataEncryptions.js +1 -1
- package/dist-esm/src/operations/virtualClusters.js +7 -7
- package/dist-esm/src/operations/virtualClusters.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/distributedAvailabilityGroups.d.ts +1 -41
- package/dist-esm/src/operationsInterfaces/distributedAvailabilityGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/replicationLinks.d.ts +45 -1
- package/dist-esm/src/operationsInterfaces/replicationLinks.d.ts.map +1 -1
- package/dist-esm/src/sqlManagementClient.d.ts +2 -2
- package/dist-esm/src/sqlManagementClient.d.ts.map +1 -1
- package/dist-esm/src/sqlManagementClient.js +2 -2
- package/dist-esm/src/sqlManagementClient.js.map +1 -1
- package/dist-esm/test/sql_examples.js +3 -3
- package/dist-esm/test/sql_examples.js.map +1 -1
- package/package.json +7 -7
- package/review/arm-sql.api.md +50 -155
- package/src/models/index.ts +331 -585
- package/src/models/mappers.ts +289 -500
- package/src/models/parameters.ts +70 -114
- package/src/operations/databaseAdvancedThreatProtectionSettings.ts +4 -4
- package/src/operations/databaseBlobAuditingPolicies.ts +4 -4
- package/src/operations/databaseOperations.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentBaselines.ts +4 -4
- package/src/operations/databaseSqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/databaseSqlVulnerabilityAssessmentRuleBaselines.ts +5 -5
- package/src/operations/databaseSqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/databaseSqlVulnerabilityAssessmentsSettings.ts +2 -2
- package/src/operations/distributedAvailabilityGroups.ts +6 -313
- package/src/operations/endpointCertificates.ts +2 -2
- package/src/operations/extendedDatabaseBlobAuditingPolicies.ts +4 -4
- package/src/operations/extendedServerBlobAuditingPolicies.ts +4 -4
- package/src/operations/failoverGroups.ts +10 -10
- package/src/operations/iPv6FirewallRules.ts +5 -5
- package/src/operations/index.ts +1 -1
- package/src/operations/instanceFailoverGroups.ts +7 -7
- package/src/operations/instancePools.ts +2 -2
- package/src/operations/longTermRetentionBackups.ts +6 -6
- package/src/operations/longTermRetentionPolicies.ts +1 -1
- package/src/operations/managedDatabaseAdvancedThreatProtectionSettings.ts +1 -1
- package/src/operations/managedDatabaseMoveOperations.ts +2 -2
- package/src/operations/managedDatabaseRecommendedSensitivityLabels.ts +1 -1
- package/src/operations/managedDatabaseRestoreDetails.ts +1 -1
- package/src/operations/managedDatabaseSensitivityLabels.ts +2 -2
- package/src/operations/managedDatabases.ts +6 -6
- package/src/operations/managedInstanceAdvancedThreatProtectionSettings.ts +1 -1
- package/src/operations/managedInstanceDtcs.ts +4 -4
- package/src/operations/managedInstances.ts +2 -2
- package/src/operations/managedLedgerDigestUploadsOperations.ts +1 -1
- package/src/operations/managedServerDnsAliases.ts +7 -7
- package/src/operations/recommendedSensitivityLabels.ts +1 -1
- package/src/operations/replicationLinks.ts +305 -6
- package/src/operations/sensitivityLabels.ts +2 -2
- package/src/operations/serverAdvancedThreatProtectionSettings.ts +4 -4
- package/src/operations/serverBlobAuditingPolicies.ts +4 -4
- package/src/operations/serverConfigurationOptions.ts +1 -1
- package/src/operations/serverTrustCertificates.ts +5 -5
- package/src/operations/servers.ts +4 -4
- package/src/operations/sqlVulnerabilityAssessmentBaseline.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentBaselines.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentExecuteScan.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentRuleBaseline.ts +4 -4
- package/src/operations/sqlVulnerabilityAssessmentRuleBaselines.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentScanResult.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessmentScans.ts +2 -2
- package/src/operations/sqlVulnerabilityAssessments.ts +1 -1
- package/src/operations/sqlVulnerabilityAssessmentsSettings.ts +4 -4
- package/src/operations/startStopManagedInstanceSchedules.ts +1 -1
- package/src/operations/synapseLinkWorkspaces.ts +1 -1
- package/src/operations/transparentDataEncryptions.ts +1 -1
- package/src/operations/virtualClusters.ts +7 -7
- package/src/operationsInterfaces/distributedAvailabilityGroups.ts +0 -80
- package/src/operationsInterfaces/index.ts +1 -1
- package/src/operationsInterfaces/replicationLinks.ts +87 -0
- package/src/sqlManagementClient.ts +4 -4
- package/types/arm-sql.d.ts +125 -373
- package/dist-esm/samples-dev/distributedAvailabilityGroupsFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/distributedAvailabilityGroupsFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsSetRoleSample.d.ts +0 -2
- package/dist-esm/samples-dev/distributedAvailabilityGroupsSetRoleSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/distributedAvailabilityGroupsSetRoleSample.js.map +0 -1
|
@@ -5495,312 +5495,6 @@ export const DistributedAvailabilityGroupsListResult = {
|
|
|
5495
5495
|
},
|
|
5496
5496
|
},
|
|
5497
5497
|
};
|
|
5498
|
-
export const DistributedAvailabilityGroupDatabase = {
|
|
5499
|
-
type: {
|
|
5500
|
-
name: "Composite",
|
|
5501
|
-
className: "DistributedAvailabilityGroupDatabase",
|
|
5502
|
-
modelProperties: {
|
|
5503
|
-
databaseName: {
|
|
5504
|
-
serializedName: "databaseName",
|
|
5505
|
-
type: {
|
|
5506
|
-
name: "String",
|
|
5507
|
-
},
|
|
5508
|
-
},
|
|
5509
|
-
instanceReplicaId: {
|
|
5510
|
-
serializedName: "instanceReplicaId",
|
|
5511
|
-
readOnly: true,
|
|
5512
|
-
type: {
|
|
5513
|
-
name: "Uuid",
|
|
5514
|
-
},
|
|
5515
|
-
},
|
|
5516
|
-
partnerReplicaId: {
|
|
5517
|
-
serializedName: "partnerReplicaId",
|
|
5518
|
-
readOnly: true,
|
|
5519
|
-
type: {
|
|
5520
|
-
name: "Uuid",
|
|
5521
|
-
},
|
|
5522
|
-
},
|
|
5523
|
-
replicaState: {
|
|
5524
|
-
serializedName: "replicaState",
|
|
5525
|
-
readOnly: true,
|
|
5526
|
-
type: {
|
|
5527
|
-
name: "String",
|
|
5528
|
-
},
|
|
5529
|
-
},
|
|
5530
|
-
seedingProgress: {
|
|
5531
|
-
serializedName: "seedingProgress",
|
|
5532
|
-
readOnly: true,
|
|
5533
|
-
type: {
|
|
5534
|
-
name: "String",
|
|
5535
|
-
},
|
|
5536
|
-
},
|
|
5537
|
-
synchronizationHealth: {
|
|
5538
|
-
serializedName: "synchronizationHealth",
|
|
5539
|
-
readOnly: true,
|
|
5540
|
-
type: {
|
|
5541
|
-
name: "String",
|
|
5542
|
-
},
|
|
5543
|
-
},
|
|
5544
|
-
connectedState: {
|
|
5545
|
-
serializedName: "connectedState",
|
|
5546
|
-
readOnly: true,
|
|
5547
|
-
type: {
|
|
5548
|
-
name: "String",
|
|
5549
|
-
},
|
|
5550
|
-
},
|
|
5551
|
-
lastReceivedLsn: {
|
|
5552
|
-
serializedName: "lastReceivedLsn",
|
|
5553
|
-
readOnly: true,
|
|
5554
|
-
type: {
|
|
5555
|
-
name: "String",
|
|
5556
|
-
},
|
|
5557
|
-
},
|
|
5558
|
-
lastReceivedTime: {
|
|
5559
|
-
serializedName: "lastReceivedTime",
|
|
5560
|
-
readOnly: true,
|
|
5561
|
-
type: {
|
|
5562
|
-
name: "DateTime",
|
|
5563
|
-
},
|
|
5564
|
-
},
|
|
5565
|
-
lastSentLsn: {
|
|
5566
|
-
serializedName: "lastSentLsn",
|
|
5567
|
-
readOnly: true,
|
|
5568
|
-
type: {
|
|
5569
|
-
name: "String",
|
|
5570
|
-
},
|
|
5571
|
-
},
|
|
5572
|
-
lastSentTime: {
|
|
5573
|
-
serializedName: "lastSentTime",
|
|
5574
|
-
readOnly: true,
|
|
5575
|
-
type: {
|
|
5576
|
-
name: "DateTime",
|
|
5577
|
-
},
|
|
5578
|
-
},
|
|
5579
|
-
lastCommitLsn: {
|
|
5580
|
-
serializedName: "lastCommitLsn",
|
|
5581
|
-
readOnly: true,
|
|
5582
|
-
type: {
|
|
5583
|
-
name: "String",
|
|
5584
|
-
},
|
|
5585
|
-
},
|
|
5586
|
-
lastCommitTime: {
|
|
5587
|
-
serializedName: "lastCommitTime",
|
|
5588
|
-
readOnly: true,
|
|
5589
|
-
type: {
|
|
5590
|
-
name: "DateTime",
|
|
5591
|
-
},
|
|
5592
|
-
},
|
|
5593
|
-
lastHardenedLsn: {
|
|
5594
|
-
serializedName: "lastHardenedLsn",
|
|
5595
|
-
readOnly: true,
|
|
5596
|
-
type: {
|
|
5597
|
-
name: "String",
|
|
5598
|
-
},
|
|
5599
|
-
},
|
|
5600
|
-
lastHardenedTime: {
|
|
5601
|
-
serializedName: "lastHardenedTime",
|
|
5602
|
-
readOnly: true,
|
|
5603
|
-
type: {
|
|
5604
|
-
name: "DateTime",
|
|
5605
|
-
},
|
|
5606
|
-
},
|
|
5607
|
-
lastBackupLsn: {
|
|
5608
|
-
serializedName: "lastBackupLsn",
|
|
5609
|
-
readOnly: true,
|
|
5610
|
-
type: {
|
|
5611
|
-
name: "String",
|
|
5612
|
-
},
|
|
5613
|
-
},
|
|
5614
|
-
lastBackupTime: {
|
|
5615
|
-
serializedName: "lastBackupTime",
|
|
5616
|
-
readOnly: true,
|
|
5617
|
-
type: {
|
|
5618
|
-
name: "DateTime",
|
|
5619
|
-
},
|
|
5620
|
-
},
|
|
5621
|
-
mostRecentLinkError: {
|
|
5622
|
-
serializedName: "mostRecentLinkError",
|
|
5623
|
-
readOnly: true,
|
|
5624
|
-
type: {
|
|
5625
|
-
name: "String",
|
|
5626
|
-
},
|
|
5627
|
-
},
|
|
5628
|
-
partnerAuthCertValidity: {
|
|
5629
|
-
serializedName: "partnerAuthCertValidity",
|
|
5630
|
-
type: {
|
|
5631
|
-
name: "Composite",
|
|
5632
|
-
className: "CertificateInfo",
|
|
5633
|
-
},
|
|
5634
|
-
},
|
|
5635
|
-
instanceSendReplicationLagSeconds: {
|
|
5636
|
-
serializedName: "instanceSendReplicationLagSeconds",
|
|
5637
|
-
readOnly: true,
|
|
5638
|
-
type: {
|
|
5639
|
-
name: "Number",
|
|
5640
|
-
},
|
|
5641
|
-
},
|
|
5642
|
-
instanceRedoReplicationLagSeconds: {
|
|
5643
|
-
serializedName: "instanceRedoReplicationLagSeconds",
|
|
5644
|
-
readOnly: true,
|
|
5645
|
-
type: {
|
|
5646
|
-
name: "Number",
|
|
5647
|
-
},
|
|
5648
|
-
},
|
|
5649
|
-
},
|
|
5650
|
-
},
|
|
5651
|
-
};
|
|
5652
|
-
export const CertificateInfo = {
|
|
5653
|
-
type: {
|
|
5654
|
-
name: "Composite",
|
|
5655
|
-
className: "CertificateInfo",
|
|
5656
|
-
modelProperties: {
|
|
5657
|
-
certificateName: {
|
|
5658
|
-
serializedName: "certificateName",
|
|
5659
|
-
readOnly: true,
|
|
5660
|
-
type: {
|
|
5661
|
-
name: "String",
|
|
5662
|
-
},
|
|
5663
|
-
},
|
|
5664
|
-
expiryDate: {
|
|
5665
|
-
serializedName: "expiryDate",
|
|
5666
|
-
readOnly: true,
|
|
5667
|
-
type: {
|
|
5668
|
-
name: "DateTime",
|
|
5669
|
-
},
|
|
5670
|
-
},
|
|
5671
|
-
},
|
|
5672
|
-
},
|
|
5673
|
-
};
|
|
5674
|
-
export const ErrorResponse = {
|
|
5675
|
-
type: {
|
|
5676
|
-
name: "Composite",
|
|
5677
|
-
className: "ErrorResponse",
|
|
5678
|
-
modelProperties: {
|
|
5679
|
-
error: {
|
|
5680
|
-
serializedName: "error",
|
|
5681
|
-
type: {
|
|
5682
|
-
name: "Composite",
|
|
5683
|
-
className: "ErrorDetail",
|
|
5684
|
-
},
|
|
5685
|
-
},
|
|
5686
|
-
},
|
|
5687
|
-
},
|
|
5688
|
-
};
|
|
5689
|
-
export const ErrorDetail = {
|
|
5690
|
-
type: {
|
|
5691
|
-
name: "Composite",
|
|
5692
|
-
className: "ErrorDetail",
|
|
5693
|
-
modelProperties: {
|
|
5694
|
-
code: {
|
|
5695
|
-
serializedName: "code",
|
|
5696
|
-
readOnly: true,
|
|
5697
|
-
type: {
|
|
5698
|
-
name: "String",
|
|
5699
|
-
},
|
|
5700
|
-
},
|
|
5701
|
-
message: {
|
|
5702
|
-
serializedName: "message",
|
|
5703
|
-
readOnly: true,
|
|
5704
|
-
type: {
|
|
5705
|
-
name: "String",
|
|
5706
|
-
},
|
|
5707
|
-
},
|
|
5708
|
-
target: {
|
|
5709
|
-
serializedName: "target",
|
|
5710
|
-
readOnly: true,
|
|
5711
|
-
type: {
|
|
5712
|
-
name: "String",
|
|
5713
|
-
},
|
|
5714
|
-
},
|
|
5715
|
-
details: {
|
|
5716
|
-
serializedName: "details",
|
|
5717
|
-
readOnly: true,
|
|
5718
|
-
type: {
|
|
5719
|
-
name: "Sequence",
|
|
5720
|
-
element: {
|
|
5721
|
-
type: {
|
|
5722
|
-
name: "Composite",
|
|
5723
|
-
className: "ErrorDetail",
|
|
5724
|
-
},
|
|
5725
|
-
},
|
|
5726
|
-
},
|
|
5727
|
-
},
|
|
5728
|
-
additionalInfo: {
|
|
5729
|
-
serializedName: "additionalInfo",
|
|
5730
|
-
readOnly: true,
|
|
5731
|
-
type: {
|
|
5732
|
-
name: "Sequence",
|
|
5733
|
-
element: {
|
|
5734
|
-
type: {
|
|
5735
|
-
name: "Composite",
|
|
5736
|
-
className: "ErrorAdditionalInfo",
|
|
5737
|
-
},
|
|
5738
|
-
},
|
|
5739
|
-
},
|
|
5740
|
-
},
|
|
5741
|
-
},
|
|
5742
|
-
},
|
|
5743
|
-
};
|
|
5744
|
-
export const ErrorAdditionalInfo = {
|
|
5745
|
-
type: {
|
|
5746
|
-
name: "Composite",
|
|
5747
|
-
className: "ErrorAdditionalInfo",
|
|
5748
|
-
modelProperties: {
|
|
5749
|
-
type: {
|
|
5750
|
-
serializedName: "type",
|
|
5751
|
-
readOnly: true,
|
|
5752
|
-
type: {
|
|
5753
|
-
name: "String",
|
|
5754
|
-
},
|
|
5755
|
-
},
|
|
5756
|
-
info: {
|
|
5757
|
-
serializedName: "info",
|
|
5758
|
-
readOnly: true,
|
|
5759
|
-
type: {
|
|
5760
|
-
name: "Dictionary",
|
|
5761
|
-
value: { type: { name: "any" } },
|
|
5762
|
-
},
|
|
5763
|
-
},
|
|
5764
|
-
},
|
|
5765
|
-
},
|
|
5766
|
-
};
|
|
5767
|
-
export const DistributedAvailabilityGroupsFailoverRequest = {
|
|
5768
|
-
type: {
|
|
5769
|
-
name: "Composite",
|
|
5770
|
-
className: "DistributedAvailabilityGroupsFailoverRequest",
|
|
5771
|
-
modelProperties: {
|
|
5772
|
-
failoverType: {
|
|
5773
|
-
serializedName: "failoverType",
|
|
5774
|
-
required: true,
|
|
5775
|
-
type: {
|
|
5776
|
-
name: "String",
|
|
5777
|
-
},
|
|
5778
|
-
},
|
|
5779
|
-
},
|
|
5780
|
-
},
|
|
5781
|
-
};
|
|
5782
|
-
export const DistributedAvailabilityGroupSetRole = {
|
|
5783
|
-
type: {
|
|
5784
|
-
name: "Composite",
|
|
5785
|
-
className: "DistributedAvailabilityGroupSetRole",
|
|
5786
|
-
modelProperties: {
|
|
5787
|
-
instanceRole: {
|
|
5788
|
-
serializedName: "instanceRole",
|
|
5789
|
-
required: true,
|
|
5790
|
-
type: {
|
|
5791
|
-
name: "String",
|
|
5792
|
-
},
|
|
5793
|
-
},
|
|
5794
|
-
roleChangeType: {
|
|
5795
|
-
serializedName: "roleChangeType",
|
|
5796
|
-
required: true,
|
|
5797
|
-
type: {
|
|
5798
|
-
name: "String",
|
|
5799
|
-
},
|
|
5800
|
-
},
|
|
5801
|
-
},
|
|
5802
|
-
},
|
|
5803
|
-
};
|
|
5804
5498
|
export const ServerTrustCertificatesListResult = {
|
|
5805
5499
|
type: {
|
|
5806
5500
|
name: "Composite",
|
|
@@ -6207,34 +5901,6 @@ export const ManagedInstanceAdvancedThreatProtectionListResult = {
|
|
|
6207
5901
|
},
|
|
6208
5902
|
},
|
|
6209
5903
|
};
|
|
6210
|
-
export const ReplicationLinkListResult = {
|
|
6211
|
-
type: {
|
|
6212
|
-
name: "Composite",
|
|
6213
|
-
className: "ReplicationLinkListResult",
|
|
6214
|
-
modelProperties: {
|
|
6215
|
-
value: {
|
|
6216
|
-
serializedName: "value",
|
|
6217
|
-
readOnly: true,
|
|
6218
|
-
type: {
|
|
6219
|
-
name: "Sequence",
|
|
6220
|
-
element: {
|
|
6221
|
-
type: {
|
|
6222
|
-
name: "Composite",
|
|
6223
|
-
className: "ReplicationLink",
|
|
6224
|
-
},
|
|
6225
|
-
},
|
|
6226
|
-
},
|
|
6227
|
-
},
|
|
6228
|
-
nextLink: {
|
|
6229
|
-
serializedName: "nextLink",
|
|
6230
|
-
readOnly: true,
|
|
6231
|
-
type: {
|
|
6232
|
-
name: "String",
|
|
6233
|
-
},
|
|
6234
|
-
},
|
|
6235
|
-
},
|
|
6236
|
-
},
|
|
6237
|
-
};
|
|
6238
5904
|
export const ManagedDatabaseMoveOperationListResult = {
|
|
6239
5905
|
type: {
|
|
6240
5906
|
name: "Composite",
|
|
@@ -8473,6 +8139,12 @@ export const FailoverGroupUpdate = {
|
|
|
8473
8139
|
},
|
|
8474
8140
|
},
|
|
8475
8141
|
},
|
|
8142
|
+
secondaryType: {
|
|
8143
|
+
serializedName: "properties.secondaryType",
|
|
8144
|
+
type: {
|
|
8145
|
+
name: "String",
|
|
8146
|
+
},
|
|
8147
|
+
},
|
|
8476
8148
|
},
|
|
8477
8149
|
},
|
|
8478
8150
|
};
|
|
@@ -8585,6 +8257,99 @@ export const LongTermRetentionBackupListResult = {
|
|
|
8585
8257
|
},
|
|
8586
8258
|
},
|
|
8587
8259
|
};
|
|
8260
|
+
export const ErrorResponse = {
|
|
8261
|
+
type: {
|
|
8262
|
+
name: "Composite",
|
|
8263
|
+
className: "ErrorResponse",
|
|
8264
|
+
modelProperties: {
|
|
8265
|
+
error: {
|
|
8266
|
+
serializedName: "error",
|
|
8267
|
+
type: {
|
|
8268
|
+
name: "Composite",
|
|
8269
|
+
className: "ErrorDetail",
|
|
8270
|
+
},
|
|
8271
|
+
},
|
|
8272
|
+
},
|
|
8273
|
+
},
|
|
8274
|
+
};
|
|
8275
|
+
export const ErrorDetail = {
|
|
8276
|
+
type: {
|
|
8277
|
+
name: "Composite",
|
|
8278
|
+
className: "ErrorDetail",
|
|
8279
|
+
modelProperties: {
|
|
8280
|
+
code: {
|
|
8281
|
+
serializedName: "code",
|
|
8282
|
+
readOnly: true,
|
|
8283
|
+
type: {
|
|
8284
|
+
name: "String",
|
|
8285
|
+
},
|
|
8286
|
+
},
|
|
8287
|
+
message: {
|
|
8288
|
+
serializedName: "message",
|
|
8289
|
+
readOnly: true,
|
|
8290
|
+
type: {
|
|
8291
|
+
name: "String",
|
|
8292
|
+
},
|
|
8293
|
+
},
|
|
8294
|
+
target: {
|
|
8295
|
+
serializedName: "target",
|
|
8296
|
+
readOnly: true,
|
|
8297
|
+
type: {
|
|
8298
|
+
name: "String",
|
|
8299
|
+
},
|
|
8300
|
+
},
|
|
8301
|
+
details: {
|
|
8302
|
+
serializedName: "details",
|
|
8303
|
+
readOnly: true,
|
|
8304
|
+
type: {
|
|
8305
|
+
name: "Sequence",
|
|
8306
|
+
element: {
|
|
8307
|
+
type: {
|
|
8308
|
+
name: "Composite",
|
|
8309
|
+
className: "ErrorDetail",
|
|
8310
|
+
},
|
|
8311
|
+
},
|
|
8312
|
+
},
|
|
8313
|
+
},
|
|
8314
|
+
additionalInfo: {
|
|
8315
|
+
serializedName: "additionalInfo",
|
|
8316
|
+
readOnly: true,
|
|
8317
|
+
type: {
|
|
8318
|
+
name: "Sequence",
|
|
8319
|
+
element: {
|
|
8320
|
+
type: {
|
|
8321
|
+
name: "Composite",
|
|
8322
|
+
className: "ErrorAdditionalInfo",
|
|
8323
|
+
},
|
|
8324
|
+
},
|
|
8325
|
+
},
|
|
8326
|
+
},
|
|
8327
|
+
},
|
|
8328
|
+
},
|
|
8329
|
+
};
|
|
8330
|
+
export const ErrorAdditionalInfo = {
|
|
8331
|
+
type: {
|
|
8332
|
+
name: "Composite",
|
|
8333
|
+
className: "ErrorAdditionalInfo",
|
|
8334
|
+
modelProperties: {
|
|
8335
|
+
type: {
|
|
8336
|
+
serializedName: "type",
|
|
8337
|
+
readOnly: true,
|
|
8338
|
+
type: {
|
|
8339
|
+
name: "String",
|
|
8340
|
+
},
|
|
8341
|
+
},
|
|
8342
|
+
info: {
|
|
8343
|
+
serializedName: "info",
|
|
8344
|
+
readOnly: true,
|
|
8345
|
+
type: {
|
|
8346
|
+
name: "Dictionary",
|
|
8347
|
+
value: { type: { name: "any" } },
|
|
8348
|
+
},
|
|
8349
|
+
},
|
|
8350
|
+
},
|
|
8351
|
+
},
|
|
8352
|
+
};
|
|
8588
8353
|
export const ChangeLongTermRetentionBackupAccessTierParameters = {
|
|
8589
8354
|
type: {
|
|
8590
8355
|
name: "Composite",
|
|
@@ -9795,14 +9560,42 @@ export const ImportNewDatabaseDefinition = {
|
|
|
9795
9560
|
authenticationType: {
|
|
9796
9561
|
serializedName: "authenticationType",
|
|
9797
9562
|
type: {
|
|
9798
|
-
name: "String",
|
|
9563
|
+
name: "String",
|
|
9564
|
+
},
|
|
9565
|
+
},
|
|
9566
|
+
networkIsolation: {
|
|
9567
|
+
serializedName: "networkIsolation",
|
|
9568
|
+
type: {
|
|
9569
|
+
name: "Composite",
|
|
9570
|
+
className: "NetworkIsolationSettings",
|
|
9571
|
+
},
|
|
9572
|
+
},
|
|
9573
|
+
},
|
|
9574
|
+
},
|
|
9575
|
+
};
|
|
9576
|
+
export const ReplicationLinkListResult = {
|
|
9577
|
+
type: {
|
|
9578
|
+
name: "Composite",
|
|
9579
|
+
className: "ReplicationLinkListResult",
|
|
9580
|
+
modelProperties: {
|
|
9581
|
+
value: {
|
|
9582
|
+
serializedName: "value",
|
|
9583
|
+
readOnly: true,
|
|
9584
|
+
type: {
|
|
9585
|
+
name: "Sequence",
|
|
9586
|
+
element: {
|
|
9587
|
+
type: {
|
|
9588
|
+
name: "Composite",
|
|
9589
|
+
className: "ReplicationLink",
|
|
9590
|
+
},
|
|
9591
|
+
},
|
|
9799
9592
|
},
|
|
9800
9593
|
},
|
|
9801
|
-
|
|
9802
|
-
serializedName: "
|
|
9594
|
+
nextLink: {
|
|
9595
|
+
serializedName: "nextLink",
|
|
9596
|
+
readOnly: true,
|
|
9803
9597
|
type: {
|
|
9804
|
-
name: "
|
|
9805
|
-
className: "NetworkIsolationSettings",
|
|
9598
|
+
name: "String",
|
|
9806
9599
|
},
|
|
9807
9600
|
},
|
|
9808
9601
|
},
|
|
@@ -13085,69 +12878,60 @@ export const DistributedAvailabilityGroup = {
|
|
|
13085
12878
|
type: {
|
|
13086
12879
|
name: "Composite",
|
|
13087
12880
|
className: "DistributedAvailabilityGroup",
|
|
13088
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
13089
|
-
serializedName: "properties.
|
|
13090
|
-
readOnly: true,
|
|
12881
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { targetDatabase: {
|
|
12882
|
+
serializedName: "properties.targetDatabase",
|
|
13091
12883
|
type: {
|
|
13092
12884
|
name: "String",
|
|
13093
12885
|
},
|
|
13094
|
-
},
|
|
13095
|
-
serializedName: "properties.
|
|
13096
|
-
readOnly: true,
|
|
13097
|
-
type: {
|
|
13098
|
-
name: "Uuid",
|
|
13099
|
-
},
|
|
13100
|
-
}, replicationMode: {
|
|
13101
|
-
serializedName: "properties.replicationMode",
|
|
12886
|
+
}, sourceEndpoint: {
|
|
12887
|
+
serializedName: "properties.sourceEndpoint",
|
|
13102
12888
|
type: {
|
|
13103
12889
|
name: "String",
|
|
13104
12890
|
},
|
|
13105
|
-
},
|
|
13106
|
-
serializedName: "properties.
|
|
13107
|
-
readOnly: true,
|
|
12891
|
+
}, primaryAvailabilityGroupName: {
|
|
12892
|
+
serializedName: "properties.primaryAvailabilityGroupName",
|
|
13108
12893
|
type: {
|
|
13109
12894
|
name: "String",
|
|
13110
12895
|
},
|
|
13111
|
-
},
|
|
13112
|
-
serializedName: "properties.
|
|
12896
|
+
}, secondaryAvailabilityGroupName: {
|
|
12897
|
+
serializedName: "properties.secondaryAvailabilityGroupName",
|
|
13113
12898
|
type: {
|
|
13114
12899
|
name: "String",
|
|
13115
12900
|
},
|
|
13116
|
-
},
|
|
13117
|
-
serializedName: "properties.
|
|
12901
|
+
}, replicationMode: {
|
|
12902
|
+
serializedName: "properties.replicationMode",
|
|
13118
12903
|
type: {
|
|
13119
12904
|
name: "String",
|
|
13120
12905
|
},
|
|
13121
|
-
},
|
|
13122
|
-
serializedName: "properties.
|
|
12906
|
+
}, distributedAvailabilityGroupId: {
|
|
12907
|
+
serializedName: "properties.distributedAvailabilityGroupId",
|
|
12908
|
+
readOnly: true,
|
|
13123
12909
|
type: {
|
|
13124
|
-
name: "
|
|
12910
|
+
name: "Uuid",
|
|
13125
12911
|
},
|
|
13126
|
-
},
|
|
13127
|
-
serializedName: "properties.
|
|
12912
|
+
}, sourceReplicaId: {
|
|
12913
|
+
serializedName: "properties.sourceReplicaId",
|
|
12914
|
+
readOnly: true,
|
|
13128
12915
|
type: {
|
|
13129
|
-
name: "
|
|
12916
|
+
name: "Uuid",
|
|
13130
12917
|
},
|
|
13131
|
-
},
|
|
13132
|
-
serializedName: "properties.
|
|
12918
|
+
}, targetReplicaId: {
|
|
12919
|
+
serializedName: "properties.targetReplicaId",
|
|
12920
|
+
readOnly: true,
|
|
13133
12921
|
type: {
|
|
13134
|
-
name: "
|
|
12922
|
+
name: "Uuid",
|
|
13135
12923
|
},
|
|
13136
|
-
},
|
|
13137
|
-
serializedName: "properties.
|
|
12924
|
+
}, linkState: {
|
|
12925
|
+
serializedName: "properties.linkState",
|
|
12926
|
+
readOnly: true,
|
|
13138
12927
|
type: {
|
|
13139
12928
|
name: "String",
|
|
13140
12929
|
},
|
|
13141
|
-
},
|
|
13142
|
-
serializedName: "properties.
|
|
12930
|
+
}, lastHardenedLsn: {
|
|
12931
|
+
serializedName: "properties.lastHardenedLsn",
|
|
12932
|
+
readOnly: true,
|
|
13143
12933
|
type: {
|
|
13144
|
-
name: "
|
|
13145
|
-
element: {
|
|
13146
|
-
type: {
|
|
13147
|
-
name: "Composite",
|
|
13148
|
-
className: "DistributedAvailabilityGroupDatabase",
|
|
13149
|
-
},
|
|
13150
|
-
},
|
|
12934
|
+
name: "String",
|
|
13151
12935
|
},
|
|
13152
12936
|
} }),
|
|
13153
12937
|
},
|
|
@@ -13710,93 +13494,6 @@ export const ManagedInstanceAdvancedThreatProtection = {
|
|
|
13710
13494
|
} }),
|
|
13711
13495
|
},
|
|
13712
13496
|
};
|
|
13713
|
-
export const ReplicationLink = {
|
|
13714
|
-
type: {
|
|
13715
|
-
name: "Composite",
|
|
13716
|
-
className: "ReplicationLink",
|
|
13717
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { partnerServer: {
|
|
13718
|
-
serializedName: "properties.partnerServer",
|
|
13719
|
-
readOnly: true,
|
|
13720
|
-
type: {
|
|
13721
|
-
name: "String",
|
|
13722
|
-
},
|
|
13723
|
-
}, partnerDatabase: {
|
|
13724
|
-
serializedName: "properties.partnerDatabase",
|
|
13725
|
-
readOnly: true,
|
|
13726
|
-
type: {
|
|
13727
|
-
name: "String",
|
|
13728
|
-
},
|
|
13729
|
-
}, partnerLocation: {
|
|
13730
|
-
serializedName: "properties.partnerLocation",
|
|
13731
|
-
readOnly: true,
|
|
13732
|
-
type: {
|
|
13733
|
-
name: "String",
|
|
13734
|
-
},
|
|
13735
|
-
}, role: {
|
|
13736
|
-
serializedName: "properties.role",
|
|
13737
|
-
readOnly: true,
|
|
13738
|
-
type: {
|
|
13739
|
-
name: "Enum",
|
|
13740
|
-
allowedValues: [
|
|
13741
|
-
"Primary",
|
|
13742
|
-
"Secondary",
|
|
13743
|
-
"NonReadableSecondary",
|
|
13744
|
-
"Source",
|
|
13745
|
-
"Copy",
|
|
13746
|
-
],
|
|
13747
|
-
},
|
|
13748
|
-
}, partnerRole: {
|
|
13749
|
-
serializedName: "properties.partnerRole",
|
|
13750
|
-
readOnly: true,
|
|
13751
|
-
type: {
|
|
13752
|
-
name: "Enum",
|
|
13753
|
-
allowedValues: [
|
|
13754
|
-
"Primary",
|
|
13755
|
-
"Secondary",
|
|
13756
|
-
"NonReadableSecondary",
|
|
13757
|
-
"Source",
|
|
13758
|
-
"Copy",
|
|
13759
|
-
],
|
|
13760
|
-
},
|
|
13761
|
-
}, replicationMode: {
|
|
13762
|
-
serializedName: "properties.replicationMode",
|
|
13763
|
-
readOnly: true,
|
|
13764
|
-
type: {
|
|
13765
|
-
name: "String",
|
|
13766
|
-
},
|
|
13767
|
-
}, startTime: {
|
|
13768
|
-
serializedName: "properties.startTime",
|
|
13769
|
-
readOnly: true,
|
|
13770
|
-
type: {
|
|
13771
|
-
name: "DateTime",
|
|
13772
|
-
},
|
|
13773
|
-
}, percentComplete: {
|
|
13774
|
-
serializedName: "properties.percentComplete",
|
|
13775
|
-
readOnly: true,
|
|
13776
|
-
type: {
|
|
13777
|
-
name: "Number",
|
|
13778
|
-
},
|
|
13779
|
-
}, replicationState: {
|
|
13780
|
-
serializedName: "properties.replicationState",
|
|
13781
|
-
readOnly: true,
|
|
13782
|
-
type: {
|
|
13783
|
-
name: "String",
|
|
13784
|
-
},
|
|
13785
|
-
}, isTerminationAllowed: {
|
|
13786
|
-
serializedName: "properties.isTerminationAllowed",
|
|
13787
|
-
readOnly: true,
|
|
13788
|
-
type: {
|
|
13789
|
-
name: "Boolean",
|
|
13790
|
-
},
|
|
13791
|
-
}, linkType: {
|
|
13792
|
-
serializedName: "properties.linkType",
|
|
13793
|
-
readOnly: true,
|
|
13794
|
-
type: {
|
|
13795
|
-
name: "String",
|
|
13796
|
-
},
|
|
13797
|
-
} }),
|
|
13798
|
-
},
|
|
13799
|
-
};
|
|
13800
13497
|
export const ManagedDatabaseMoveOperationResult = {
|
|
13801
13498
|
type: {
|
|
13802
13499
|
name: "Composite",
|
|
@@ -14958,6 +14655,11 @@ export const FailoverGroup = {
|
|
|
14958
14655
|
},
|
|
14959
14656
|
},
|
|
14960
14657
|
},
|
|
14658
|
+
}, secondaryType: {
|
|
14659
|
+
serializedName: "properties.secondaryType",
|
|
14660
|
+
type: {
|
|
14661
|
+
name: "String",
|
|
14662
|
+
},
|
|
14961
14663
|
} }),
|
|
14962
14664
|
},
|
|
14963
14665
|
};
|
|
@@ -15198,6 +14900,110 @@ export const RefreshExternalGovernanceStatusOperationResult = {
|
|
|
15198
14900
|
} }),
|
|
15199
14901
|
},
|
|
15200
14902
|
};
|
|
14903
|
+
export const ReplicationLink = {
|
|
14904
|
+
type: {
|
|
14905
|
+
name: "Composite",
|
|
14906
|
+
className: "ReplicationLink",
|
|
14907
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { partnerServer: {
|
|
14908
|
+
serializedName: "properties.partnerServer",
|
|
14909
|
+
readOnly: true,
|
|
14910
|
+
type: {
|
|
14911
|
+
name: "String",
|
|
14912
|
+
},
|
|
14913
|
+
}, partnerDatabase: {
|
|
14914
|
+
serializedName: "properties.partnerDatabase",
|
|
14915
|
+
readOnly: true,
|
|
14916
|
+
type: {
|
|
14917
|
+
name: "String",
|
|
14918
|
+
},
|
|
14919
|
+
}, partnerDatabaseId: {
|
|
14920
|
+
serializedName: "properties.partnerDatabaseId",
|
|
14921
|
+
readOnly: true,
|
|
14922
|
+
type: {
|
|
14923
|
+
name: "String",
|
|
14924
|
+
},
|
|
14925
|
+
}, partnerLocation: {
|
|
14926
|
+
serializedName: "properties.partnerLocation",
|
|
14927
|
+
readOnly: true,
|
|
14928
|
+
type: {
|
|
14929
|
+
name: "String",
|
|
14930
|
+
},
|
|
14931
|
+
}, role: {
|
|
14932
|
+
serializedName: "properties.role",
|
|
14933
|
+
readOnly: true,
|
|
14934
|
+
type: {
|
|
14935
|
+
name: "Enum",
|
|
14936
|
+
allowedValues: [
|
|
14937
|
+
"Primary",
|
|
14938
|
+
"Secondary",
|
|
14939
|
+
"NonReadableSecondary",
|
|
14940
|
+
"Source",
|
|
14941
|
+
"Copy",
|
|
14942
|
+
],
|
|
14943
|
+
},
|
|
14944
|
+
}, partnerRole: {
|
|
14945
|
+
serializedName: "properties.partnerRole",
|
|
14946
|
+
readOnly: true,
|
|
14947
|
+
type: {
|
|
14948
|
+
name: "Enum",
|
|
14949
|
+
allowedValues: [
|
|
14950
|
+
"Primary",
|
|
14951
|
+
"Secondary",
|
|
14952
|
+
"NonReadableSecondary",
|
|
14953
|
+
"Source",
|
|
14954
|
+
"Copy",
|
|
14955
|
+
],
|
|
14956
|
+
},
|
|
14957
|
+
}, replicationMode: {
|
|
14958
|
+
serializedName: "properties.replicationMode",
|
|
14959
|
+
readOnly: true,
|
|
14960
|
+
type: {
|
|
14961
|
+
name: "String",
|
|
14962
|
+
},
|
|
14963
|
+
}, startTime: {
|
|
14964
|
+
serializedName: "properties.startTime",
|
|
14965
|
+
readOnly: true,
|
|
14966
|
+
type: {
|
|
14967
|
+
name: "DateTime",
|
|
14968
|
+
},
|
|
14969
|
+
}, percentComplete: {
|
|
14970
|
+
serializedName: "properties.percentComplete",
|
|
14971
|
+
readOnly: true,
|
|
14972
|
+
type: {
|
|
14973
|
+
name: "Number",
|
|
14974
|
+
},
|
|
14975
|
+
}, replicationState: {
|
|
14976
|
+
serializedName: "properties.replicationState",
|
|
14977
|
+
readOnly: true,
|
|
14978
|
+
type: {
|
|
14979
|
+
name: "String",
|
|
14980
|
+
},
|
|
14981
|
+
}, isTerminationAllowed: {
|
|
14982
|
+
serializedName: "properties.isTerminationAllowed",
|
|
14983
|
+
readOnly: true,
|
|
14984
|
+
type: {
|
|
14985
|
+
name: "Boolean",
|
|
14986
|
+
},
|
|
14987
|
+
}, linkType: {
|
|
14988
|
+
serializedName: "properties.linkType",
|
|
14989
|
+
type: {
|
|
14990
|
+
name: "String",
|
|
14991
|
+
},
|
|
14992
|
+
} }),
|
|
14993
|
+
},
|
|
14994
|
+
};
|
|
14995
|
+
export const ReplicationLinkUpdate = {
|
|
14996
|
+
type: {
|
|
14997
|
+
name: "Composite",
|
|
14998
|
+
className: "ReplicationLinkUpdate",
|
|
14999
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { linkType: {
|
|
15000
|
+
serializedName: "properties.linkType",
|
|
15001
|
+
type: {
|
|
15002
|
+
name: "String",
|
|
15003
|
+
},
|
|
15004
|
+
} }),
|
|
15005
|
+
},
|
|
15006
|
+
};
|
|
15201
15007
|
export const JobAgent = {
|
|
15202
15008
|
type: {
|
|
15203
15009
|
name: "Composite",
|
|
@@ -16188,20 +15994,6 @@ export const IPv6FirewallRule = {
|
|
|
16188
15994
|
} }),
|
|
16189
15995
|
},
|
|
16190
15996
|
};
|
|
16191
|
-
export const DistributedAvailabilityGroupsFailoverHeaders = {
|
|
16192
|
-
type: {
|
|
16193
|
-
name: "Composite",
|
|
16194
|
-
className: "DistributedAvailabilityGroupsFailoverHeaders",
|
|
16195
|
-
modelProperties: {
|
|
16196
|
-
location: {
|
|
16197
|
-
serializedName: "location",
|
|
16198
|
-
type: {
|
|
16199
|
-
name: "String",
|
|
16200
|
-
},
|
|
16201
|
-
},
|
|
16202
|
-
},
|
|
16203
|
-
},
|
|
16204
|
-
};
|
|
16205
15997
|
export const FailoverGroupsTryPlannedBeforeForcedFailoverHeaders = {
|
|
16206
15998
|
type: {
|
|
16207
15999
|
name: "Composite",
|