@@ -5046,7 +5046,7 @@ Status : Queued</maml:para>
5046
5046
<command:details>
5047
5047
<command:name>Get-AzureRmSqlServerCommunicationLink</command:name>
5048
5048
<maml:description>
5049
- <maml:para>Gets server communication links and their property values in an Azure SQL Database.</maml:para>
5049
+ <maml:para>Gets communication links for elastic database transactions between Azure SQL Database servers .</maml:para>
5050
5050
</maml:description>
5051
5051
<maml:copyright>
5052
5052
<maml:para />
@@ -5056,7 +5056,7 @@ Status : Queued</maml:para>
5056
5056
<dev:version />
5057
5057
</command:details>
5058
5058
<maml:description>
5059
- <maml:para>The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server partnerships for Elastic transactions and their property values . Specify the name of an existing server communication link to see the property values for only that one .</maml:para>
5059
+ <maml:para>The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for Elastic transactions. Specify the name of a server communication link to see the properties for that link .</maml:para>
5060
5060
</maml:description>
5061
5061
<command:syntax>
5062
5062
<command:syntaxItem>
@@ -5071,14 +5071,14 @@ Status : Queued</maml:para>
5071
5071
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
5072
5072
<maml:name>ServerName</maml:name>
5073
5073
<maml:description>
5074
- <maml:para>Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.</maml:para>
5074
+ <maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet gets.</maml:para>
5075
5075
</maml:description>
5076
5076
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
5077
5077
</command:parameter>
5078
5078
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
5079
5079
<maml:name>ResourceGroupName</maml:name>
5080
5080
<maml:description>
5081
- <maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet gets .</maml:para>
5081
+ <maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs .</maml:para>
5082
5082
</maml:description>
5083
5083
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
5084
5084
</command:parameter>
@@ -5161,9 +5161,9 @@ Status : Queued</maml:para>
5161
5161
<maml:introduction>
5162
5162
<maml:paragraph>PS C:\></maml:paragraph>
5163
5163
</maml:introduction>
5164
- <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 "</dev:code>
5164
+ <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 "</dev:code>
5165
5165
<dev:remarks>
5166
- <maml:para>Gets all server-to-server partnerships for Elastic transactions that the specified server in Azure SQL Database is involved in .</maml:para>
5166
+ <maml:para>This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17 .</maml:para>
5167
5167
<maml:para />
5168
5168
<maml:para />
5169
5169
<maml:para></maml:para>
@@ -5177,13 +5177,13 @@ Status : Queued</maml:para>
5177
5177
</command:commandLines>
5178
5178
</command:example>
5179
5179
<command:example>
5180
- <maml:title>-------------------------- Example 2: Get a named communication link for a server --------------------------</maml:title>
5180
+ <maml:title>-------------------------- Example 2: Get a specific communication link for a server --------------------------</maml:title>
5181
5181
<maml:introduction>
5182
5182
<maml:paragraph>PS C:\></maml:paragraph>
5183
5183
</maml:introduction>
5184
- <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 "</dev:code>
5184
+ <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer01 " -LinkName "Link01 "</dev:code>
5185
5185
<dev:remarks>
5186
- <maml:para>Gets the specified server-to-server partnership for Elastic transactions .</maml:para>
5186
+ <maml:para>This command gets the server-to-server communication link named Link01 .</maml:para>
5187
5187
<maml:para />
5188
5188
<maml:para />
5189
5189
<maml:para></maml:para>
@@ -5198,6 +5198,16 @@ Status : Queued</maml:para>
5198
5198
</command:example>
5199
5199
</command:examples>
5200
5200
<maml:relatedLinks>
5201
+ <maml:navigationLink>
5202
+ <maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
5203
+ <maml:uri>
5204
+ </maml:uri>
5205
+ </maml:navigationLink>
5206
+ <maml:navigationLink>
5207
+ <maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
5208
+ <maml:uri>
5209
+ </maml:uri>
5210
+ </maml:navigationLink>
5201
5211
</maml:relatedLinks>
5202
5212
</command:command>
5203
5213
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
@@ -7345,7 +7355,7 @@ FirewallRuleName : rule01</maml:para>
7345
7355
<command:details>
7346
7356
<command:name>New-AzureRmSqlServerCommunicationLink</command:name>
7347
7357
<maml:description>
7348
- <maml:para>Creates a communication link for Elastic transactions between two logical servers in Azure SQL Database. Once established, Elastic transactions will be able to span databases in either of the servers paired .</maml:para>
7358
+ <maml:para>Creates a communication link for elastic database transactions between two in Azure SQL Database servers.</maml:para>
7349
7359
</maml:description>
7350
7360
<maml:copyright>
7351
7361
<maml:para />
@@ -7355,7 +7365,7 @@ FirewallRuleName : rule01</maml:para>
7355
7365
<dev:version />
7356
7366
</command:details>
7357
7367
<maml:description>
7358
- <maml:para>The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for Elastic transactions between two logical servers in Azure SQL Database. The communication link can be set up for two servers at a time and once established, Elastic transactions will be able to span databases in either of the servers paired. Users can create as many server partnerships as necessary and involve a server in multiple partnerships to span Elastic transactions over a larger number of servers.</maml:para>
7368
+ <maml:para>The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for elastic database transactions between two logical servers in Azure SQL Database. Elastic database transactions can span databases in either of the paired servers. You can create more than one link on a server. Therefore, elastic database transactions can span across a larger number of servers.</maml:para>
7359
7369
</maml:description>
7360
7370
<command:syntax>
7361
7371
<command:syntaxItem>
@@ -7370,21 +7380,21 @@ FirewallRuleName : rule01</maml:para>
7370
7380
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
7371
7381
<maml:name>PartnerServer</maml:name>
7372
7382
<maml:description>
7373
- <maml:para>Specifies the name of the other server taking part in this partnership .</maml:para>
7383
+ <maml:para>Specifies the name of the other server that takes part in this communication link .</maml:para>
7374
7384
</maml:description>
7375
7385
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7376
7386
</command:parameter>
7377
7387
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
7378
7388
<maml:name>ServerName</maml:name>
7379
7389
<maml:description>
7380
- <maml:para>Specifies the name of the server to set up the partnership on .</maml:para>
7390
+ <maml:para>Specifies the name of the server on which this cmdlet sets up the communication link .</maml:para>
7381
7391
</maml:description>
7382
7392
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7383
7393
</command:parameter>
7384
7394
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
7385
7395
<maml:name>ResourceGroupName</maml:name>
7386
7396
<maml:description>
7387
- <maml:para>Specifies the name of the resource group the server named in the 'ServerName' parameter.</maml:para>
7397
+ <maml:para>Specifies the name of the resource group to which the server specified by the 'ServerName' parameter belongs .</maml:para>
7388
7398
</maml:description>
7389
7399
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7390
7400
</command:parameter>
@@ -7475,13 +7485,13 @@ FirewallRuleName : rule01</maml:para>
7475
7485
</maml:alertSet>
7476
7486
<command:examples>
7477
7487
<command:example>
7478
- <maml:title>-------------------------- Example 1: Create a new communication link --------------------------</maml:title>
7488
+ <maml:title>-------------------------- Example 1: Create a communication link --------------------------</maml:title>
7479
7489
<maml:introduction>
7480
7490
<maml:paragraph>PS C:\></maml:paragraph>
7481
7491
</maml:introduction>
7482
- <dev:code>PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 " -PartnerServer "server02 "</dev:code>
7492
+ <dev:code>PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 " -LinkName "Link01 " -PartnerServer "ContosoServer02 "</dev:code>
7483
7493
<dev:remarks>
7484
- <maml:para / >
7494
+ <maml:para> This command creates a link named Link01 between ContosoServer17 and ContosoServer02. </maml:para >
7485
7495
<maml:para />
7486
7496
<maml:para />
7487
7497
<maml:para></maml:para>
@@ -7496,6 +7506,16 @@ FirewallRuleName : rule01</maml:para>
7496
7506
</command:example>
7497
7507
</command:examples>
7498
7508
<maml:relatedLinks>
7509
+ <maml:navigationLink>
7510
+ <maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
7511
+ <maml:uri>
7512
+ </maml:uri>
7513
+ </maml:navigationLink>
7514
+ <maml:navigationLink>
7515
+ <maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
7516
+ <maml:uri>
7517
+ </maml:uri>
7518
+ </maml:navigationLink>
7499
7519
</maml:relatedLinks>
7500
7520
</command:command>
7501
7521
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
@@ -9615,7 +9635,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9615
9635
<command:details>
9616
9636
<command:name>Remove-AzureRmSqlServerCommunicationLink</command:name>
9617
9637
<maml:description>
9618
- <maml:para>Deletes a communication link for Elastic transactions between two logical servers in Azure SQL Database.</maml:para>
9638
+ <maml:para>Deletes a communication link for elastic database transactions between two Azure SQL Database servers .</maml:para>
9619
9639
</maml:description>
9620
9640
<maml:copyright>
9621
9641
<maml:para />
@@ -9625,7 +9645,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9625
9645
<dev:version />
9626
9646
</command:details>
9627
9647
<maml:description>
9628
- <maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
9648
+ <maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database .</maml:para>
9629
9649
</maml:description>
9630
9650
<command:syntax>
9631
9651
<command:syntaxItem>
@@ -9647,14 +9667,14 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9647
9667
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
9648
9668
<maml:name>ServerName</maml:name>
9649
9669
<maml:description>
9650
- <maml:para>Specifies the name of the server that contains the server communication link that this cmdlet deletes.</maml:para>
9670
+ <maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet deletes.</maml:para>
9651
9671
</maml:description>
9652
9672
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9653
9673
</command:parameter>
9654
9674
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
9655
9675
<maml:name>ResourceGroupName</maml:name>
9656
9676
<maml:description>
9657
- <maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet deletes .</maml:para>
9677
+ <maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs .</maml:para>
9658
9678
</maml:description>
9659
9679
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9660
9680
</command:parameter>
@@ -9783,13 +9803,13 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9783
9803
</maml:alertSet>
9784
9804
<command:examples>
9785
9805
<command:example>
9786
- <maml:title>-------------------------- Example 1: Delete a server communication link --------------------------</maml:title>
9806
+ <maml:title>-------------------------- Example 1: Delete a communication link --------------------------</maml:title>
9787
9807
<maml:introduction>
9788
9808
<maml:paragraph>PS C:\></maml:paragraph>
9789
9809
</maml:introduction>
9790
- <dev:code>PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 "</dev:code>
9810
+ <dev:code>PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 " -LinkName "Link01 "</dev:code>
9791
9811
<dev:remarks>
9792
- <maml:para>Deletes an existing server-to-server partnership for Elastic transactions .</maml:para>
9812
+ <maml:para>This command deletes a server-to-server communication link named Link01 on ContosoServer17 .</maml:para>
9793
9813
<maml:para />
9794
9814
<maml:para />
9795
9815
<maml:para></maml:para>
@@ -9804,6 +9824,16 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9804
9824
</command:example>
9805
9825
</command:examples>
9806
9826
<maml:relatedLinks>
9827
+ <maml:navigationLink>
9828
+ <maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
9829
+ <maml:uri>
9830
+ </maml:uri>
9831
+ </maml:navigationLink>
9832
+ <maml:navigationLink>
9833
+ <maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
9834
+ <maml:uri>
9835
+ </maml:uri>
9836
+ </maml:navigationLink>
9807
9837
</maml:relatedLinks>
9808
9838
</command:command>
9809
9839
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
0 commit comments