@@ -4895,7 +4895,7 @@ Status : Queued</maml:para>
4895
4895
<command:details>
4896
4896
<command:name>Get-AzureRmSqlServerCommunicationLink</command:name>
4897
4897
<maml:description>
4898
- <maml:para>Gets server communication links and their property values in an Azure SQL Database.</maml:para>
4898
+ <maml:para>Gets communication links for elastic database transactions between Azure SQL Database servers .</maml:para>
4899
4899
</maml:description>
4900
4900
<maml:copyright>
4901
4901
<maml:para />
@@ -4905,7 +4905,7 @@ Status : Queued</maml:para>
4905
4905
<dev:version />
4906
4906
</command:details>
4907
4907
<maml:description>
4908
- <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>
4908
+ <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>
4909
4909
</maml:description>
4910
4910
<command:syntax>
4911
4911
<command:syntaxItem>
@@ -4920,14 +4920,14 @@ Status : Queued</maml:para>
4920
4920
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
4921
4921
<maml:name>ServerName</maml:name>
4922
4922
<maml:description>
4923
- <maml:para>Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.</maml:para>
4923
+ <maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet gets.</maml:para>
4924
4924
</maml:description>
4925
4925
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
4926
4926
</command:parameter>
4927
4927
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
4928
4928
<maml:name>ResourceGroupName</maml:name>
4929
4929
<maml:description>
4930
- <maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet gets .</maml:para>
4930
+ <maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs .</maml:para>
4931
4931
</maml:description>
4932
4932
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
4933
4933
</command:parameter>
@@ -5010,9 +5010,9 @@ Status : Queued</maml:para>
5010
5010
<maml:introduction>
5011
5011
<maml:paragraph>PS C:\></maml:paragraph>
5012
5012
</maml:introduction>
5013
- <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 "</dev:code>
5013
+ <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 "</dev:code>
5014
5014
<dev:remarks>
5015
- <maml:para>Gets all server-to-server partnerships for Elastic transactions that the specified server in Azure SQL Database is involved in .</maml:para>
5015
+ <maml:para>This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17 .</maml:para>
5016
5016
<maml:para />
5017
5017
<maml:para />
5018
5018
<maml:para></maml:para>
@@ -5026,13 +5026,13 @@ Status : Queued</maml:para>
5026
5026
</command:commandLines>
5027
5027
</command:example>
5028
5028
<command:example>
5029
- <maml:title>-------------------------- Example 2: Get a named communication link for a server --------------------------</maml:title>
5029
+ <maml:title>-------------------------- Example 2: Get a specific communication link for a server --------------------------</maml:title>
5030
5030
<maml:introduction>
5031
5031
<maml:paragraph>PS C:\></maml:paragraph>
5032
5032
</maml:introduction>
5033
- <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 "</dev:code>
5033
+ <dev:code>PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer01 " -LinkName "Link01 "</dev:code>
5034
5034
<dev:remarks>
5035
- <maml:para>Gets the specified server-to-server partnership for Elastic transactions .</maml:para>
5035
+ <maml:para>This command gets the server-to-server communication link named Link01 .</maml:para>
5036
5036
<maml:para />
5037
5037
<maml:para />
5038
5038
<maml:para></maml:para>
@@ -5047,6 +5047,16 @@ Status : Queued</maml:para>
5047
5047
</command:example>
5048
5048
</command:examples>
5049
5049
<maml:relatedLinks>
5050
+ <maml:navigationLink>
5051
+ <maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
5052
+ <maml:uri>
5053
+ </maml:uri>
5054
+ </maml:navigationLink>
5055
+ <maml:navigationLink>
5056
+ <maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
5057
+ <maml:uri>
5058
+ </maml:uri>
5059
+ </maml:navigationLink>
5050
5060
</maml:relatedLinks>
5051
5061
</command:command>
5052
5062
<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">
@@ -7194,7 +7204,7 @@ FirewallRuleName : rule01</maml:para>
7194
7204
<command:details>
7195
7205
<command:name>New-AzureRmSqlServerCommunicationLink</command:name>
7196
7206
<maml:description>
7197
- <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>
7207
+ <maml:para>Creates a communication link for elastic database transactions between two in Azure SQL Database servers.</maml:para>
7198
7208
</maml:description>
7199
7209
<maml:copyright>
7200
7210
<maml:para />
@@ -7204,7 +7214,7 @@ FirewallRuleName : rule01</maml:para>
7204
7214
<dev:version />
7205
7215
</command:details>
7206
7216
<maml:description>
7207
- <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>
7217
+ <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>
7208
7218
</maml:description>
7209
7219
<command:syntax>
7210
7220
<command:syntaxItem>
@@ -7219,21 +7229,21 @@ FirewallRuleName : rule01</maml:para>
7219
7229
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
7220
7230
<maml:name>PartnerServer</maml:name>
7221
7231
<maml:description>
7222
- <maml:para>Specifies the name of the other server taking part in this partnership .</maml:para>
7232
+ <maml:para>Specifies the name of the other server that takes part in this communication link .</maml:para>
7223
7233
</maml:description>
7224
7234
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7225
7235
</command:parameter>
7226
7236
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
7227
7237
<maml:name>ServerName</maml:name>
7228
7238
<maml:description>
7229
- <maml:para>Specifies the name of the server to set up the partnership on .</maml:para>
7239
+ <maml:para>Specifies the name of the server on which this cmdlet sets up the communication link .</maml:para>
7230
7240
</maml:description>
7231
7241
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7232
7242
</command:parameter>
7233
7243
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
7234
7244
<maml:name>ResourceGroupName</maml:name>
7235
7245
<maml:description>
7236
- <maml:para>Specifies the name of the resource group the server named in the 'ServerName' parameter.</maml:para>
7246
+ <maml:para>Specifies the name of the resource group to which the server specified by the 'ServerName' parameter belongs .</maml:para>
7237
7247
</maml:description>
7238
7248
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
7239
7249
</command:parameter>
@@ -7324,13 +7334,13 @@ FirewallRuleName : rule01</maml:para>
7324
7334
</maml:alertSet>
7325
7335
<command:examples>
7326
7336
<command:example>
7327
- <maml:title>-------------------------- Example 1: Create a new communication link --------------------------</maml:title>
7337
+ <maml:title>-------------------------- Example 1: Create a communication link --------------------------</maml:title>
7328
7338
<maml:introduction>
7329
7339
<maml:paragraph>PS C:\></maml:paragraph>
7330
7340
</maml:introduction>
7331
- <dev:code>PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 " -PartnerServer "server02 "</dev:code>
7341
+ <dev:code>PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 " -LinkName "Link01 " -PartnerServer "ContosoServer02 "</dev:code>
7332
7342
<dev:remarks>
7333
- <maml:para / >
7343
+ <maml:para> This command creates a link named Link01 between ContosoServer17 and ContosoServer02. </maml:para >
7334
7344
<maml:para />
7335
7345
<maml:para />
7336
7346
<maml:para></maml:para>
@@ -7345,6 +7355,16 @@ FirewallRuleName : rule01</maml:para>
7345
7355
</command:example>
7346
7356
</command:examples>
7347
7357
<maml:relatedLinks>
7358
+ <maml:navigationLink>
7359
+ <maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
7360
+ <maml:uri>
7361
+ </maml:uri>
7362
+ </maml:navigationLink>
7363
+ <maml:navigationLink>
7364
+ <maml:linkText>Remove-AzureRmSqlServerCommunicationLink</maml:linkText>
7365
+ <maml:uri>
7366
+ </maml:uri>
7367
+ </maml:navigationLink>
7348
7368
</maml:relatedLinks>
7349
7369
</command:command>
7350
7370
<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">
@@ -9300,7 +9320,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9300
9320
<command:details>
9301
9321
<command:name>Remove-AzureRmSqlServerCommunicationLink</command:name>
9302
9322
<maml:description>
9303
- <maml:para>Deletes a communication link for Elastic transactions between two logical servers in Azure SQL Database.</maml:para>
9323
+ <maml:para>Deletes a communication link for elastic database transactions between two Azure SQL Database servers .</maml:para>
9304
9324
</maml:description>
9305
9325
<maml:copyright>
9306
9326
<maml:para />
@@ -9310,7 +9330,7 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9310
9330
<dev:version />
9311
9331
</command:details>
9312
9332
<maml:description>
9313
- <maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes an existing server-to-server partnership for Elastic transactions.</maml:para>
9333
+ <maml:para>The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database .</maml:para>
9314
9334
</maml:description>
9315
9335
<command:syntax>
9316
9336
<command:syntaxItem>
@@ -9332,14 +9352,14 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9332
9352
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
9333
9353
<maml:name>ServerName</maml:name>
9334
9354
<maml:description>
9335
- <maml:para>Specifies the name of the server that contains the server communication link that this cmdlet deletes.</maml:para>
9355
+ <maml:para>Specifies the name of a server. This server contains the communication link that this cmdlet deletes.</maml:para>
9336
9356
</maml:description>
9337
9357
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9338
9358
</command:parameter>
9339
9359
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
9340
9360
<maml:name>ResourceGroupName</maml:name>
9341
9361
<maml:description>
9342
- <maml:para>Specifies the name of the resource group that contains the server communication link that this cmdlet deletes .</maml:para>
9362
+ <maml:para>Specifies the name of the resource group to which the server specified by the ServerName parameter belongs .</maml:para>
9343
9363
</maml:description>
9344
9364
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
9345
9365
</command:parameter>
@@ -9468,13 +9488,13 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9468
9488
</maml:alertSet>
9469
9489
<command:examples>
9470
9490
<command:example>
9471
- <maml:title>-------------------------- Example 1: Delete a server communication link --------------------------</maml:title>
9491
+ <maml:title>-------------------------- Example 1: Delete a communication link --------------------------</maml:title>
9472
9492
<maml:introduction>
9473
9493
<maml:paragraph>PS C:\></maml:paragraph>
9474
9494
</maml:introduction>
9475
- <dev:code>PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "resourcegroup01 " -ServerName "server01 " -LinkName "link01 "</dev:code>
9495
+ <dev:code>PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01 " -ServerName "ContosoServer17 " -LinkName "Link01 "</dev:code>
9476
9496
<dev:remarks>
9477
- <maml:para>Deletes an existing server-to-server partnership for Elastic transactions .</maml:para>
9497
+ <maml:para>This command deletes a server-to-server communication link named Link01 on ContosoServer17 .</maml:para>
9478
9498
<maml:para />
9479
9499
<maml:para />
9480
9500
<maml:para></maml:para>
@@ -9489,6 +9509,16 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b</m
9489
9509
</command:example>
9490
9510
</command:examples>
9491
9511
<maml:relatedLinks>
9512
+ <maml:navigationLink>
9513
+ <maml:linkText>Get-AzureRmSqlServerCommunicationLink</maml:linkText>
9514
+ <maml:uri>
9515
+ </maml:uri>
9516
+ </maml:navigationLink>
9517
+ <maml:navigationLink>
9518
+ <maml:linkText>New-AzureRmSqlServerCommunicationLink</maml:linkText>
9519
+ <maml:uri>
9520
+ </maml:uri>
9521
+ </maml:navigationLink>
9492
9522
</maml:relatedLinks>
9493
9523
</command:command>
9494
9524
<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