@azure/arm-sql 11.0.0-beta.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 +150 -9
- package/dist/index.js +2956 -3280
- 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/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- 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 +3 -3
- 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/lroImpl.ts +1 -1
- 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 +5 -5
- package/types/arm-sql.d.ts +125 -373
- package/types/tsdoc-metadata.json +1 -1
- 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
package/src/models/mappers.ts
CHANGED
|
@@ -5704,321 +5704,6 @@ export const DistributedAvailabilityGroupsListResult: coreClient.CompositeMapper
|
|
|
5704
5704
|
},
|
|
5705
5705
|
};
|
|
5706
5706
|
|
|
5707
|
-
export const DistributedAvailabilityGroupDatabase: coreClient.CompositeMapper =
|
|
5708
|
-
{
|
|
5709
|
-
type: {
|
|
5710
|
-
name: "Composite",
|
|
5711
|
-
className: "DistributedAvailabilityGroupDatabase",
|
|
5712
|
-
modelProperties: {
|
|
5713
|
-
databaseName: {
|
|
5714
|
-
serializedName: "databaseName",
|
|
5715
|
-
type: {
|
|
5716
|
-
name: "String",
|
|
5717
|
-
},
|
|
5718
|
-
},
|
|
5719
|
-
instanceReplicaId: {
|
|
5720
|
-
serializedName: "instanceReplicaId",
|
|
5721
|
-
readOnly: true,
|
|
5722
|
-
type: {
|
|
5723
|
-
name: "Uuid",
|
|
5724
|
-
},
|
|
5725
|
-
},
|
|
5726
|
-
partnerReplicaId: {
|
|
5727
|
-
serializedName: "partnerReplicaId",
|
|
5728
|
-
readOnly: true,
|
|
5729
|
-
type: {
|
|
5730
|
-
name: "Uuid",
|
|
5731
|
-
},
|
|
5732
|
-
},
|
|
5733
|
-
replicaState: {
|
|
5734
|
-
serializedName: "replicaState",
|
|
5735
|
-
readOnly: true,
|
|
5736
|
-
type: {
|
|
5737
|
-
name: "String",
|
|
5738
|
-
},
|
|
5739
|
-
},
|
|
5740
|
-
seedingProgress: {
|
|
5741
|
-
serializedName: "seedingProgress",
|
|
5742
|
-
readOnly: true,
|
|
5743
|
-
type: {
|
|
5744
|
-
name: "String",
|
|
5745
|
-
},
|
|
5746
|
-
},
|
|
5747
|
-
synchronizationHealth: {
|
|
5748
|
-
serializedName: "synchronizationHealth",
|
|
5749
|
-
readOnly: true,
|
|
5750
|
-
type: {
|
|
5751
|
-
name: "String",
|
|
5752
|
-
},
|
|
5753
|
-
},
|
|
5754
|
-
connectedState: {
|
|
5755
|
-
serializedName: "connectedState",
|
|
5756
|
-
readOnly: true,
|
|
5757
|
-
type: {
|
|
5758
|
-
name: "String",
|
|
5759
|
-
},
|
|
5760
|
-
},
|
|
5761
|
-
lastReceivedLsn: {
|
|
5762
|
-
serializedName: "lastReceivedLsn",
|
|
5763
|
-
readOnly: true,
|
|
5764
|
-
type: {
|
|
5765
|
-
name: "String",
|
|
5766
|
-
},
|
|
5767
|
-
},
|
|
5768
|
-
lastReceivedTime: {
|
|
5769
|
-
serializedName: "lastReceivedTime",
|
|
5770
|
-
readOnly: true,
|
|
5771
|
-
type: {
|
|
5772
|
-
name: "DateTime",
|
|
5773
|
-
},
|
|
5774
|
-
},
|
|
5775
|
-
lastSentLsn: {
|
|
5776
|
-
serializedName: "lastSentLsn",
|
|
5777
|
-
readOnly: true,
|
|
5778
|
-
type: {
|
|
5779
|
-
name: "String",
|
|
5780
|
-
},
|
|
5781
|
-
},
|
|
5782
|
-
lastSentTime: {
|
|
5783
|
-
serializedName: "lastSentTime",
|
|
5784
|
-
readOnly: true,
|
|
5785
|
-
type: {
|
|
5786
|
-
name: "DateTime",
|
|
5787
|
-
},
|
|
5788
|
-
},
|
|
5789
|
-
lastCommitLsn: {
|
|
5790
|
-
serializedName: "lastCommitLsn",
|
|
5791
|
-
readOnly: true,
|
|
5792
|
-
type: {
|
|
5793
|
-
name: "String",
|
|
5794
|
-
},
|
|
5795
|
-
},
|
|
5796
|
-
lastCommitTime: {
|
|
5797
|
-
serializedName: "lastCommitTime",
|
|
5798
|
-
readOnly: true,
|
|
5799
|
-
type: {
|
|
5800
|
-
name: "DateTime",
|
|
5801
|
-
},
|
|
5802
|
-
},
|
|
5803
|
-
lastHardenedLsn: {
|
|
5804
|
-
serializedName: "lastHardenedLsn",
|
|
5805
|
-
readOnly: true,
|
|
5806
|
-
type: {
|
|
5807
|
-
name: "String",
|
|
5808
|
-
},
|
|
5809
|
-
},
|
|
5810
|
-
lastHardenedTime: {
|
|
5811
|
-
serializedName: "lastHardenedTime",
|
|
5812
|
-
readOnly: true,
|
|
5813
|
-
type: {
|
|
5814
|
-
name: "DateTime",
|
|
5815
|
-
},
|
|
5816
|
-
},
|
|
5817
|
-
lastBackupLsn: {
|
|
5818
|
-
serializedName: "lastBackupLsn",
|
|
5819
|
-
readOnly: true,
|
|
5820
|
-
type: {
|
|
5821
|
-
name: "String",
|
|
5822
|
-
},
|
|
5823
|
-
},
|
|
5824
|
-
lastBackupTime: {
|
|
5825
|
-
serializedName: "lastBackupTime",
|
|
5826
|
-
readOnly: true,
|
|
5827
|
-
type: {
|
|
5828
|
-
name: "DateTime",
|
|
5829
|
-
},
|
|
5830
|
-
},
|
|
5831
|
-
mostRecentLinkError: {
|
|
5832
|
-
serializedName: "mostRecentLinkError",
|
|
5833
|
-
readOnly: true,
|
|
5834
|
-
type: {
|
|
5835
|
-
name: "String",
|
|
5836
|
-
},
|
|
5837
|
-
},
|
|
5838
|
-
partnerAuthCertValidity: {
|
|
5839
|
-
serializedName: "partnerAuthCertValidity",
|
|
5840
|
-
type: {
|
|
5841
|
-
name: "Composite",
|
|
5842
|
-
className: "CertificateInfo",
|
|
5843
|
-
},
|
|
5844
|
-
},
|
|
5845
|
-
instanceSendReplicationLagSeconds: {
|
|
5846
|
-
serializedName: "instanceSendReplicationLagSeconds",
|
|
5847
|
-
readOnly: true,
|
|
5848
|
-
type: {
|
|
5849
|
-
name: "Number",
|
|
5850
|
-
},
|
|
5851
|
-
},
|
|
5852
|
-
instanceRedoReplicationLagSeconds: {
|
|
5853
|
-
serializedName: "instanceRedoReplicationLagSeconds",
|
|
5854
|
-
readOnly: true,
|
|
5855
|
-
type: {
|
|
5856
|
-
name: "Number",
|
|
5857
|
-
},
|
|
5858
|
-
},
|
|
5859
|
-
},
|
|
5860
|
-
},
|
|
5861
|
-
};
|
|
5862
|
-
|
|
5863
|
-
export const CertificateInfo: coreClient.CompositeMapper = {
|
|
5864
|
-
type: {
|
|
5865
|
-
name: "Composite",
|
|
5866
|
-
className: "CertificateInfo",
|
|
5867
|
-
modelProperties: {
|
|
5868
|
-
certificateName: {
|
|
5869
|
-
serializedName: "certificateName",
|
|
5870
|
-
readOnly: true,
|
|
5871
|
-
type: {
|
|
5872
|
-
name: "String",
|
|
5873
|
-
},
|
|
5874
|
-
},
|
|
5875
|
-
expiryDate: {
|
|
5876
|
-
serializedName: "expiryDate",
|
|
5877
|
-
readOnly: true,
|
|
5878
|
-
type: {
|
|
5879
|
-
name: "DateTime",
|
|
5880
|
-
},
|
|
5881
|
-
},
|
|
5882
|
-
},
|
|
5883
|
-
},
|
|
5884
|
-
};
|
|
5885
|
-
|
|
5886
|
-
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
5887
|
-
type: {
|
|
5888
|
-
name: "Composite",
|
|
5889
|
-
className: "ErrorResponse",
|
|
5890
|
-
modelProperties: {
|
|
5891
|
-
error: {
|
|
5892
|
-
serializedName: "error",
|
|
5893
|
-
type: {
|
|
5894
|
-
name: "Composite",
|
|
5895
|
-
className: "ErrorDetail",
|
|
5896
|
-
},
|
|
5897
|
-
},
|
|
5898
|
-
},
|
|
5899
|
-
},
|
|
5900
|
-
};
|
|
5901
|
-
|
|
5902
|
-
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
5903
|
-
type: {
|
|
5904
|
-
name: "Composite",
|
|
5905
|
-
className: "ErrorDetail",
|
|
5906
|
-
modelProperties: {
|
|
5907
|
-
code: {
|
|
5908
|
-
serializedName: "code",
|
|
5909
|
-
readOnly: true,
|
|
5910
|
-
type: {
|
|
5911
|
-
name: "String",
|
|
5912
|
-
},
|
|
5913
|
-
},
|
|
5914
|
-
message: {
|
|
5915
|
-
serializedName: "message",
|
|
5916
|
-
readOnly: true,
|
|
5917
|
-
type: {
|
|
5918
|
-
name: "String",
|
|
5919
|
-
},
|
|
5920
|
-
},
|
|
5921
|
-
target: {
|
|
5922
|
-
serializedName: "target",
|
|
5923
|
-
readOnly: true,
|
|
5924
|
-
type: {
|
|
5925
|
-
name: "String",
|
|
5926
|
-
},
|
|
5927
|
-
},
|
|
5928
|
-
details: {
|
|
5929
|
-
serializedName: "details",
|
|
5930
|
-
readOnly: true,
|
|
5931
|
-
type: {
|
|
5932
|
-
name: "Sequence",
|
|
5933
|
-
element: {
|
|
5934
|
-
type: {
|
|
5935
|
-
name: "Composite",
|
|
5936
|
-
className: "ErrorDetail",
|
|
5937
|
-
},
|
|
5938
|
-
},
|
|
5939
|
-
},
|
|
5940
|
-
},
|
|
5941
|
-
additionalInfo: {
|
|
5942
|
-
serializedName: "additionalInfo",
|
|
5943
|
-
readOnly: true,
|
|
5944
|
-
type: {
|
|
5945
|
-
name: "Sequence",
|
|
5946
|
-
element: {
|
|
5947
|
-
type: {
|
|
5948
|
-
name: "Composite",
|
|
5949
|
-
className: "ErrorAdditionalInfo",
|
|
5950
|
-
},
|
|
5951
|
-
},
|
|
5952
|
-
},
|
|
5953
|
-
},
|
|
5954
|
-
},
|
|
5955
|
-
},
|
|
5956
|
-
};
|
|
5957
|
-
|
|
5958
|
-
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
5959
|
-
type: {
|
|
5960
|
-
name: "Composite",
|
|
5961
|
-
className: "ErrorAdditionalInfo",
|
|
5962
|
-
modelProperties: {
|
|
5963
|
-
type: {
|
|
5964
|
-
serializedName: "type",
|
|
5965
|
-
readOnly: true,
|
|
5966
|
-
type: {
|
|
5967
|
-
name: "String",
|
|
5968
|
-
},
|
|
5969
|
-
},
|
|
5970
|
-
info: {
|
|
5971
|
-
serializedName: "info",
|
|
5972
|
-
readOnly: true,
|
|
5973
|
-
type: {
|
|
5974
|
-
name: "Dictionary",
|
|
5975
|
-
value: { type: { name: "any" } },
|
|
5976
|
-
},
|
|
5977
|
-
},
|
|
5978
|
-
},
|
|
5979
|
-
},
|
|
5980
|
-
};
|
|
5981
|
-
|
|
5982
|
-
export const DistributedAvailabilityGroupsFailoverRequest: coreClient.CompositeMapper =
|
|
5983
|
-
{
|
|
5984
|
-
type: {
|
|
5985
|
-
name: "Composite",
|
|
5986
|
-
className: "DistributedAvailabilityGroupsFailoverRequest",
|
|
5987
|
-
modelProperties: {
|
|
5988
|
-
failoverType: {
|
|
5989
|
-
serializedName: "failoverType",
|
|
5990
|
-
required: true,
|
|
5991
|
-
type: {
|
|
5992
|
-
name: "String",
|
|
5993
|
-
},
|
|
5994
|
-
},
|
|
5995
|
-
},
|
|
5996
|
-
},
|
|
5997
|
-
};
|
|
5998
|
-
|
|
5999
|
-
export const DistributedAvailabilityGroupSetRole: coreClient.CompositeMapper = {
|
|
6000
|
-
type: {
|
|
6001
|
-
name: "Composite",
|
|
6002
|
-
className: "DistributedAvailabilityGroupSetRole",
|
|
6003
|
-
modelProperties: {
|
|
6004
|
-
instanceRole: {
|
|
6005
|
-
serializedName: "instanceRole",
|
|
6006
|
-
required: true,
|
|
6007
|
-
type: {
|
|
6008
|
-
name: "String",
|
|
6009
|
-
},
|
|
6010
|
-
},
|
|
6011
|
-
roleChangeType: {
|
|
6012
|
-
serializedName: "roleChangeType",
|
|
6013
|
-
required: true,
|
|
6014
|
-
type: {
|
|
6015
|
-
name: "String",
|
|
6016
|
-
},
|
|
6017
|
-
},
|
|
6018
|
-
},
|
|
6019
|
-
},
|
|
6020
|
-
};
|
|
6021
|
-
|
|
6022
5707
|
export const ServerTrustCertificatesListResult: coreClient.CompositeMapper = {
|
|
6023
5708
|
type: {
|
|
6024
5709
|
name: "Composite",
|
|
@@ -6449,35 +6134,6 @@ export const ManagedInstanceAdvancedThreatProtectionListResult: coreClient.Compo
|
|
|
6449
6134
|
},
|
|
6450
6135
|
};
|
|
6451
6136
|
|
|
6452
|
-
export const ReplicationLinkListResult: coreClient.CompositeMapper = {
|
|
6453
|
-
type: {
|
|
6454
|
-
name: "Composite",
|
|
6455
|
-
className: "ReplicationLinkListResult",
|
|
6456
|
-
modelProperties: {
|
|
6457
|
-
value: {
|
|
6458
|
-
serializedName: "value",
|
|
6459
|
-
readOnly: true,
|
|
6460
|
-
type: {
|
|
6461
|
-
name: "Sequence",
|
|
6462
|
-
element: {
|
|
6463
|
-
type: {
|
|
6464
|
-
name: "Composite",
|
|
6465
|
-
className: "ReplicationLink",
|
|
6466
|
-
},
|
|
6467
|
-
},
|
|
6468
|
-
},
|
|
6469
|
-
},
|
|
6470
|
-
nextLink: {
|
|
6471
|
-
serializedName: "nextLink",
|
|
6472
|
-
readOnly: true,
|
|
6473
|
-
type: {
|
|
6474
|
-
name: "String",
|
|
6475
|
-
},
|
|
6476
|
-
},
|
|
6477
|
-
},
|
|
6478
|
-
},
|
|
6479
|
-
};
|
|
6480
|
-
|
|
6481
6137
|
export const ManagedDatabaseMoveOperationListResult: coreClient.CompositeMapper =
|
|
6482
6138
|
{
|
|
6483
6139
|
type: {
|
|
@@ -8792,6 +8448,12 @@ export const FailoverGroupUpdate: coreClient.CompositeMapper = {
|
|
|
8792
8448
|
},
|
|
8793
8449
|
},
|
|
8794
8450
|
},
|
|
8451
|
+
secondaryType: {
|
|
8452
|
+
serializedName: "properties.secondaryType",
|
|
8453
|
+
type: {
|
|
8454
|
+
name: "String",
|
|
8455
|
+
},
|
|
8456
|
+
},
|
|
8795
8457
|
},
|
|
8796
8458
|
},
|
|
8797
8459
|
};
|
|
@@ -8908,6 +8570,102 @@ export const LongTermRetentionBackupListResult: coreClient.CompositeMapper = {
|
|
|
8908
8570
|
},
|
|
8909
8571
|
};
|
|
8910
8572
|
|
|
8573
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
8574
|
+
type: {
|
|
8575
|
+
name: "Composite",
|
|
8576
|
+
className: "ErrorResponse",
|
|
8577
|
+
modelProperties: {
|
|
8578
|
+
error: {
|
|
8579
|
+
serializedName: "error",
|
|
8580
|
+
type: {
|
|
8581
|
+
name: "Composite",
|
|
8582
|
+
className: "ErrorDetail",
|
|
8583
|
+
},
|
|
8584
|
+
},
|
|
8585
|
+
},
|
|
8586
|
+
},
|
|
8587
|
+
};
|
|
8588
|
+
|
|
8589
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
8590
|
+
type: {
|
|
8591
|
+
name: "Composite",
|
|
8592
|
+
className: "ErrorDetail",
|
|
8593
|
+
modelProperties: {
|
|
8594
|
+
code: {
|
|
8595
|
+
serializedName: "code",
|
|
8596
|
+
readOnly: true,
|
|
8597
|
+
type: {
|
|
8598
|
+
name: "String",
|
|
8599
|
+
},
|
|
8600
|
+
},
|
|
8601
|
+
message: {
|
|
8602
|
+
serializedName: "message",
|
|
8603
|
+
readOnly: true,
|
|
8604
|
+
type: {
|
|
8605
|
+
name: "String",
|
|
8606
|
+
},
|
|
8607
|
+
},
|
|
8608
|
+
target: {
|
|
8609
|
+
serializedName: "target",
|
|
8610
|
+
readOnly: true,
|
|
8611
|
+
type: {
|
|
8612
|
+
name: "String",
|
|
8613
|
+
},
|
|
8614
|
+
},
|
|
8615
|
+
details: {
|
|
8616
|
+
serializedName: "details",
|
|
8617
|
+
readOnly: true,
|
|
8618
|
+
type: {
|
|
8619
|
+
name: "Sequence",
|
|
8620
|
+
element: {
|
|
8621
|
+
type: {
|
|
8622
|
+
name: "Composite",
|
|
8623
|
+
className: "ErrorDetail",
|
|
8624
|
+
},
|
|
8625
|
+
},
|
|
8626
|
+
},
|
|
8627
|
+
},
|
|
8628
|
+
additionalInfo: {
|
|
8629
|
+
serializedName: "additionalInfo",
|
|
8630
|
+
readOnly: true,
|
|
8631
|
+
type: {
|
|
8632
|
+
name: "Sequence",
|
|
8633
|
+
element: {
|
|
8634
|
+
type: {
|
|
8635
|
+
name: "Composite",
|
|
8636
|
+
className: "ErrorAdditionalInfo",
|
|
8637
|
+
},
|
|
8638
|
+
},
|
|
8639
|
+
},
|
|
8640
|
+
},
|
|
8641
|
+
},
|
|
8642
|
+
},
|
|
8643
|
+
};
|
|
8644
|
+
|
|
8645
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
8646
|
+
type: {
|
|
8647
|
+
name: "Composite",
|
|
8648
|
+
className: "ErrorAdditionalInfo",
|
|
8649
|
+
modelProperties: {
|
|
8650
|
+
type: {
|
|
8651
|
+
serializedName: "type",
|
|
8652
|
+
readOnly: true,
|
|
8653
|
+
type: {
|
|
8654
|
+
name: "String",
|
|
8655
|
+
},
|
|
8656
|
+
},
|
|
8657
|
+
info: {
|
|
8658
|
+
serializedName: "info",
|
|
8659
|
+
readOnly: true,
|
|
8660
|
+
type: {
|
|
8661
|
+
name: "Dictionary",
|
|
8662
|
+
value: { type: { name: "any" } },
|
|
8663
|
+
},
|
|
8664
|
+
},
|
|
8665
|
+
},
|
|
8666
|
+
},
|
|
8667
|
+
};
|
|
8668
|
+
|
|
8911
8669
|
export const ChangeLongTermRetentionBackupAccessTierParameters: coreClient.CompositeMapper =
|
|
8912
8670
|
{
|
|
8913
8671
|
type: {
|
|
@@ -10162,6 +9920,35 @@ export const ImportNewDatabaseDefinition: coreClient.CompositeMapper = {
|
|
|
10162
9920
|
},
|
|
10163
9921
|
};
|
|
10164
9922
|
|
|
9923
|
+
export const ReplicationLinkListResult: coreClient.CompositeMapper = {
|
|
9924
|
+
type: {
|
|
9925
|
+
name: "Composite",
|
|
9926
|
+
className: "ReplicationLinkListResult",
|
|
9927
|
+
modelProperties: {
|
|
9928
|
+
value: {
|
|
9929
|
+
serializedName: "value",
|
|
9930
|
+
readOnly: true,
|
|
9931
|
+
type: {
|
|
9932
|
+
name: "Sequence",
|
|
9933
|
+
element: {
|
|
9934
|
+
type: {
|
|
9935
|
+
name: "Composite",
|
|
9936
|
+
className: "ReplicationLink",
|
|
9937
|
+
},
|
|
9938
|
+
},
|
|
9939
|
+
},
|
|
9940
|
+
},
|
|
9941
|
+
nextLink: {
|
|
9942
|
+
serializedName: "nextLink",
|
|
9943
|
+
readOnly: true,
|
|
9944
|
+
type: {
|
|
9945
|
+
name: "String",
|
|
9946
|
+
},
|
|
9947
|
+
},
|
|
9948
|
+
},
|
|
9949
|
+
},
|
|
9950
|
+
};
|
|
9951
|
+
|
|
10165
9952
|
export const SloUsageMetric: coreClient.CompositeMapper = {
|
|
10166
9953
|
type: {
|
|
10167
9954
|
name: "Composite",
|
|
@@ -14137,79 +13924,69 @@ export const DistributedAvailabilityGroup: coreClient.CompositeMapper = {
|
|
|
14137
13924
|
className: "DistributedAvailabilityGroup",
|
|
14138
13925
|
modelProperties: {
|
|
14139
13926
|
...ProxyResource.type.modelProperties,
|
|
14140
|
-
|
|
14141
|
-
serializedName: "properties.
|
|
14142
|
-
readOnly: true,
|
|
13927
|
+
targetDatabase: {
|
|
13928
|
+
serializedName: "properties.targetDatabase",
|
|
14143
13929
|
type: {
|
|
14144
13930
|
name: "String",
|
|
14145
13931
|
},
|
|
14146
13932
|
},
|
|
14147
|
-
|
|
14148
|
-
serializedName: "properties.
|
|
14149
|
-
readOnly: true,
|
|
14150
|
-
type: {
|
|
14151
|
-
name: "Uuid",
|
|
14152
|
-
},
|
|
14153
|
-
},
|
|
14154
|
-
replicationMode: {
|
|
14155
|
-
serializedName: "properties.replicationMode",
|
|
13933
|
+
sourceEndpoint: {
|
|
13934
|
+
serializedName: "properties.sourceEndpoint",
|
|
14156
13935
|
type: {
|
|
14157
13936
|
name: "String",
|
|
14158
13937
|
},
|
|
14159
13938
|
},
|
|
14160
|
-
|
|
14161
|
-
serializedName: "properties.
|
|
14162
|
-
readOnly: true,
|
|
13939
|
+
primaryAvailabilityGroupName: {
|
|
13940
|
+
serializedName: "properties.primaryAvailabilityGroupName",
|
|
14163
13941
|
type: {
|
|
14164
13942
|
name: "String",
|
|
14165
13943
|
},
|
|
14166
13944
|
},
|
|
14167
|
-
|
|
14168
|
-
serializedName: "properties.
|
|
13945
|
+
secondaryAvailabilityGroupName: {
|
|
13946
|
+
serializedName: "properties.secondaryAvailabilityGroupName",
|
|
14169
13947
|
type: {
|
|
14170
13948
|
name: "String",
|
|
14171
13949
|
},
|
|
14172
13950
|
},
|
|
14173
|
-
|
|
14174
|
-
serializedName: "properties.
|
|
13951
|
+
replicationMode: {
|
|
13952
|
+
serializedName: "properties.replicationMode",
|
|
14175
13953
|
type: {
|
|
14176
13954
|
name: "String",
|
|
14177
13955
|
},
|
|
14178
13956
|
},
|
|
14179
|
-
|
|
14180
|
-
serializedName: "properties.
|
|
13957
|
+
distributedAvailabilityGroupId: {
|
|
13958
|
+
serializedName: "properties.distributedAvailabilityGroupId",
|
|
13959
|
+
readOnly: true,
|
|
14181
13960
|
type: {
|
|
14182
|
-
name: "
|
|
13961
|
+
name: "Uuid",
|
|
14183
13962
|
},
|
|
14184
13963
|
},
|
|
14185
|
-
|
|
14186
|
-
serializedName: "properties.
|
|
13964
|
+
sourceReplicaId: {
|
|
13965
|
+
serializedName: "properties.sourceReplicaId",
|
|
13966
|
+
readOnly: true,
|
|
14187
13967
|
type: {
|
|
14188
|
-
name: "
|
|
13968
|
+
name: "Uuid",
|
|
14189
13969
|
},
|
|
14190
13970
|
},
|
|
14191
|
-
|
|
14192
|
-
serializedName: "properties.
|
|
13971
|
+
targetReplicaId: {
|
|
13972
|
+
serializedName: "properties.targetReplicaId",
|
|
13973
|
+
readOnly: true,
|
|
14193
13974
|
type: {
|
|
14194
|
-
name: "
|
|
13975
|
+
name: "Uuid",
|
|
14195
13976
|
},
|
|
14196
13977
|
},
|
|
14197
|
-
|
|
14198
|
-
serializedName: "properties.
|
|
13978
|
+
linkState: {
|
|
13979
|
+
serializedName: "properties.linkState",
|
|
13980
|
+
readOnly: true,
|
|
14199
13981
|
type: {
|
|
14200
13982
|
name: "String",
|
|
14201
13983
|
},
|
|
14202
13984
|
},
|
|
14203
|
-
|
|
14204
|
-
serializedName: "properties.
|
|
13985
|
+
lastHardenedLsn: {
|
|
13986
|
+
serializedName: "properties.lastHardenedLsn",
|
|
13987
|
+
readOnly: true,
|
|
14205
13988
|
type: {
|
|
14206
|
-
name: "
|
|
14207
|
-
element: {
|
|
14208
|
-
type: {
|
|
14209
|
-
name: "Composite",
|
|
14210
|
-
className: "DistributedAvailabilityGroupDatabase",
|
|
14211
|
-
},
|
|
14212
|
-
},
|
|
13989
|
+
name: "String",
|
|
14213
13990
|
},
|
|
14214
13991
|
},
|
|
14215
13992
|
},
|
|
@@ -14900,107 +14677,6 @@ export const ManagedInstanceAdvancedThreatProtection: coreClient.CompositeMapper
|
|
|
14900
14677
|
},
|
|
14901
14678
|
};
|
|
14902
14679
|
|
|
14903
|
-
export const ReplicationLink: coreClient.CompositeMapper = {
|
|
14904
|
-
type: {
|
|
14905
|
-
name: "Composite",
|
|
14906
|
-
className: "ReplicationLink",
|
|
14907
|
-
modelProperties: {
|
|
14908
|
-
...ProxyResource.type.modelProperties,
|
|
14909
|
-
partnerServer: {
|
|
14910
|
-
serializedName: "properties.partnerServer",
|
|
14911
|
-
readOnly: true,
|
|
14912
|
-
type: {
|
|
14913
|
-
name: "String",
|
|
14914
|
-
},
|
|
14915
|
-
},
|
|
14916
|
-
partnerDatabase: {
|
|
14917
|
-
serializedName: "properties.partnerDatabase",
|
|
14918
|
-
readOnly: true,
|
|
14919
|
-
type: {
|
|
14920
|
-
name: "String",
|
|
14921
|
-
},
|
|
14922
|
-
},
|
|
14923
|
-
partnerLocation: {
|
|
14924
|
-
serializedName: "properties.partnerLocation",
|
|
14925
|
-
readOnly: true,
|
|
14926
|
-
type: {
|
|
14927
|
-
name: "String",
|
|
14928
|
-
},
|
|
14929
|
-
},
|
|
14930
|
-
role: {
|
|
14931
|
-
serializedName: "properties.role",
|
|
14932
|
-
readOnly: true,
|
|
14933
|
-
type: {
|
|
14934
|
-
name: "Enum",
|
|
14935
|
-
allowedValues: [
|
|
14936
|
-
"Primary",
|
|
14937
|
-
"Secondary",
|
|
14938
|
-
"NonReadableSecondary",
|
|
14939
|
-
"Source",
|
|
14940
|
-
"Copy",
|
|
14941
|
-
],
|
|
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
|
-
},
|
|
14958
|
-
replicationMode: {
|
|
14959
|
-
serializedName: "properties.replicationMode",
|
|
14960
|
-
readOnly: true,
|
|
14961
|
-
type: {
|
|
14962
|
-
name: "String",
|
|
14963
|
-
},
|
|
14964
|
-
},
|
|
14965
|
-
startTime: {
|
|
14966
|
-
serializedName: "properties.startTime",
|
|
14967
|
-
readOnly: true,
|
|
14968
|
-
type: {
|
|
14969
|
-
name: "DateTime",
|
|
14970
|
-
},
|
|
14971
|
-
},
|
|
14972
|
-
percentComplete: {
|
|
14973
|
-
serializedName: "properties.percentComplete",
|
|
14974
|
-
readOnly: true,
|
|
14975
|
-
type: {
|
|
14976
|
-
name: "Number",
|
|
14977
|
-
},
|
|
14978
|
-
},
|
|
14979
|
-
replicationState: {
|
|
14980
|
-
serializedName: "properties.replicationState",
|
|
14981
|
-
readOnly: true,
|
|
14982
|
-
type: {
|
|
14983
|
-
name: "String",
|
|
14984
|
-
},
|
|
14985
|
-
},
|
|
14986
|
-
isTerminationAllowed: {
|
|
14987
|
-
serializedName: "properties.isTerminationAllowed",
|
|
14988
|
-
readOnly: true,
|
|
14989
|
-
type: {
|
|
14990
|
-
name: "Boolean",
|
|
14991
|
-
},
|
|
14992
|
-
},
|
|
14993
|
-
linkType: {
|
|
14994
|
-
serializedName: "properties.linkType",
|
|
14995
|
-
readOnly: true,
|
|
14996
|
-
type: {
|
|
14997
|
-
name: "String",
|
|
14998
|
-
},
|
|
14999
|
-
},
|
|
15000
|
-
},
|
|
15001
|
-
},
|
|
15002
|
-
};
|
|
15003
|
-
|
|
15004
14680
|
export const ManagedDatabaseMoveOperationResult: coreClient.CompositeMapper = {
|
|
15005
14681
|
type: {
|
|
15006
14682
|
name: "Composite",
|
|
@@ -16386,6 +16062,12 @@ export const FailoverGroup: coreClient.CompositeMapper = {
|
|
|
16386
16062
|
},
|
|
16387
16063
|
},
|
|
16388
16064
|
},
|
|
16065
|
+
secondaryType: {
|
|
16066
|
+
serializedName: "properties.secondaryType",
|
|
16067
|
+
type: {
|
|
16068
|
+
name: "String",
|
|
16069
|
+
},
|
|
16070
|
+
},
|
|
16389
16071
|
},
|
|
16390
16072
|
},
|
|
16391
16073
|
};
|
|
@@ -16680,6 +16362,129 @@ export const RefreshExternalGovernanceStatusOperationResult: coreClient.Composit
|
|
|
16680
16362
|
},
|
|
16681
16363
|
};
|
|
16682
16364
|
|
|
16365
|
+
export const ReplicationLink: coreClient.CompositeMapper = {
|
|
16366
|
+
type: {
|
|
16367
|
+
name: "Composite",
|
|
16368
|
+
className: "ReplicationLink",
|
|
16369
|
+
modelProperties: {
|
|
16370
|
+
...ProxyResource.type.modelProperties,
|
|
16371
|
+
partnerServer: {
|
|
16372
|
+
serializedName: "properties.partnerServer",
|
|
16373
|
+
readOnly: true,
|
|
16374
|
+
type: {
|
|
16375
|
+
name: "String",
|
|
16376
|
+
},
|
|
16377
|
+
},
|
|
16378
|
+
partnerDatabase: {
|
|
16379
|
+
serializedName: "properties.partnerDatabase",
|
|
16380
|
+
readOnly: true,
|
|
16381
|
+
type: {
|
|
16382
|
+
name: "String",
|
|
16383
|
+
},
|
|
16384
|
+
},
|
|
16385
|
+
partnerDatabaseId: {
|
|
16386
|
+
serializedName: "properties.partnerDatabaseId",
|
|
16387
|
+
readOnly: true,
|
|
16388
|
+
type: {
|
|
16389
|
+
name: "String",
|
|
16390
|
+
},
|
|
16391
|
+
},
|
|
16392
|
+
partnerLocation: {
|
|
16393
|
+
serializedName: "properties.partnerLocation",
|
|
16394
|
+
readOnly: true,
|
|
16395
|
+
type: {
|
|
16396
|
+
name: "String",
|
|
16397
|
+
},
|
|
16398
|
+
},
|
|
16399
|
+
role: {
|
|
16400
|
+
serializedName: "properties.role",
|
|
16401
|
+
readOnly: true,
|
|
16402
|
+
type: {
|
|
16403
|
+
name: "Enum",
|
|
16404
|
+
allowedValues: [
|
|
16405
|
+
"Primary",
|
|
16406
|
+
"Secondary",
|
|
16407
|
+
"NonReadableSecondary",
|
|
16408
|
+
"Source",
|
|
16409
|
+
"Copy",
|
|
16410
|
+
],
|
|
16411
|
+
},
|
|
16412
|
+
},
|
|
16413
|
+
partnerRole: {
|
|
16414
|
+
serializedName: "properties.partnerRole",
|
|
16415
|
+
readOnly: true,
|
|
16416
|
+
type: {
|
|
16417
|
+
name: "Enum",
|
|
16418
|
+
allowedValues: [
|
|
16419
|
+
"Primary",
|
|
16420
|
+
"Secondary",
|
|
16421
|
+
"NonReadableSecondary",
|
|
16422
|
+
"Source",
|
|
16423
|
+
"Copy",
|
|
16424
|
+
],
|
|
16425
|
+
},
|
|
16426
|
+
},
|
|
16427
|
+
replicationMode: {
|
|
16428
|
+
serializedName: "properties.replicationMode",
|
|
16429
|
+
readOnly: true,
|
|
16430
|
+
type: {
|
|
16431
|
+
name: "String",
|
|
16432
|
+
},
|
|
16433
|
+
},
|
|
16434
|
+
startTime: {
|
|
16435
|
+
serializedName: "properties.startTime",
|
|
16436
|
+
readOnly: true,
|
|
16437
|
+
type: {
|
|
16438
|
+
name: "DateTime",
|
|
16439
|
+
},
|
|
16440
|
+
},
|
|
16441
|
+
percentComplete: {
|
|
16442
|
+
serializedName: "properties.percentComplete",
|
|
16443
|
+
readOnly: true,
|
|
16444
|
+
type: {
|
|
16445
|
+
name: "Number",
|
|
16446
|
+
},
|
|
16447
|
+
},
|
|
16448
|
+
replicationState: {
|
|
16449
|
+
serializedName: "properties.replicationState",
|
|
16450
|
+
readOnly: true,
|
|
16451
|
+
type: {
|
|
16452
|
+
name: "String",
|
|
16453
|
+
},
|
|
16454
|
+
},
|
|
16455
|
+
isTerminationAllowed: {
|
|
16456
|
+
serializedName: "properties.isTerminationAllowed",
|
|
16457
|
+
readOnly: true,
|
|
16458
|
+
type: {
|
|
16459
|
+
name: "Boolean",
|
|
16460
|
+
},
|
|
16461
|
+
},
|
|
16462
|
+
linkType: {
|
|
16463
|
+
serializedName: "properties.linkType",
|
|
16464
|
+
type: {
|
|
16465
|
+
name: "String",
|
|
16466
|
+
},
|
|
16467
|
+
},
|
|
16468
|
+
},
|
|
16469
|
+
},
|
|
16470
|
+
};
|
|
16471
|
+
|
|
16472
|
+
export const ReplicationLinkUpdate: coreClient.CompositeMapper = {
|
|
16473
|
+
type: {
|
|
16474
|
+
name: "Composite",
|
|
16475
|
+
className: "ReplicationLinkUpdate",
|
|
16476
|
+
modelProperties: {
|
|
16477
|
+
...ProxyResource.type.modelProperties,
|
|
16478
|
+
linkType: {
|
|
16479
|
+
serializedName: "properties.linkType",
|
|
16480
|
+
type: {
|
|
16481
|
+
name: "String",
|
|
16482
|
+
},
|
|
16483
|
+
},
|
|
16484
|
+
},
|
|
16485
|
+
},
|
|
16486
|
+
};
|
|
16487
|
+
|
|
16683
16488
|
export const JobAgent: coreClient.CompositeMapper = {
|
|
16684
16489
|
type: {
|
|
16685
16490
|
name: "Composite",
|
|
@@ -17871,22 +17676,6 @@ export const IPv6FirewallRule: coreClient.CompositeMapper = {
|
|
|
17871
17676
|
},
|
|
17872
17677
|
};
|
|
17873
17678
|
|
|
17874
|
-
export const DistributedAvailabilityGroupsFailoverHeaders: coreClient.CompositeMapper =
|
|
17875
|
-
{
|
|
17876
|
-
type: {
|
|
17877
|
-
name: "Composite",
|
|
17878
|
-
className: "DistributedAvailabilityGroupsFailoverHeaders",
|
|
17879
|
-
modelProperties: {
|
|
17880
|
-
location: {
|
|
17881
|
-
serializedName: "location",
|
|
17882
|
-
type: {
|
|
17883
|
-
name: "String",
|
|
17884
|
-
},
|
|
17885
|
-
},
|
|
17886
|
-
},
|
|
17887
|
-
},
|
|
17888
|
-
};
|
|
17889
|
-
|
|
17890
17679
|
export const FailoverGroupsTryPlannedBeforeForcedFailoverHeaders: coreClient.CompositeMapper =
|
|
17891
17680
|
{
|
|
17892
17681
|
type: {
|