@@ -14,10 +14,12 @@ namespace Microsoft.Azure.Management.KeyVault
1414 public partial interface IMhsmPrivateEndpointConnectionsOperations
1515 {
1616 /// <summary>
17- /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
17+ /// The List operation gets information about the private endpoint connections
18+ /// associated with the managed HSM Pool.
1819 /// </summary>
1920 /// <remarks>
20- /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
21+ /// The List operation gets information about the private endpoint connections
22+ /// associated with the managed HSM Pool.
2123 /// </remarks>
2224 /// <param name='resourceGroupName'>
2325 /// Name of the resource group that contains the managed HSM pool.
@@ -40,10 +42,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
4042 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < MhsmPrivateEndpointConnection > > > ListByResourceWithHttpMessagesAsync ( string resourceGroupName , string name , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
4143
4244 /// <summary>
43- /// Gets the specified private endpoint connection associated with the managed HSM Pool.
45+ /// Gets the specified private endpoint connection associated with the managed
46+ /// HSM Pool.
4447 /// </summary>
4548 /// <remarks>
46- /// Gets the specified private endpoint connection associated with the managed HSM Pool.
49+ /// Gets the specified private endpoint connection associated with the managed
50+ /// HSM Pool.
4751 /// </remarks>
4852 /// <param name='resourceGroupName'>
4953 /// Name of the resource group that contains the managed HSM pool.
@@ -52,7 +56,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
5256 /// Name of the managed HSM Pool
5357 /// </param>
5458 /// <param name='privateEndpointConnectionName'>
55- /// Name of the private endpoint connection associated with the managed hsm pool.
59+ /// Name of the private endpoint connection associated with the managed hsm
60+ /// pool.
5661 /// </param>
5762 /// <param name='customHeaders'>
5863 /// The headers that will be added to request.
@@ -69,10 +74,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
6974 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < MhsmPrivateEndpointConnection > > GetWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
7075
7176 /// <summary>
72- /// Updates the specified private endpoint connection associated with the managed hsm pool.
77+ /// Updates the specified private endpoint connection associated with the
78+ /// managed hsm pool.
7379 /// </summary>
7480 /// <remarks>
75- /// Updates the specified private endpoint connection associated with the managed hsm pool.
81+ /// Updates the specified private endpoint connection associated with the
82+ /// managed hsm pool.
7683 /// </remarks>
7784 /// <param name='resourceGroupName'>
7885 /// Name of the resource group that contains the managed HSM pool.
@@ -81,7 +88,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
8188 /// Name of the managed HSM Pool
8289 /// </param>
8390 /// <param name='privateEndpointConnectionName'>
84- /// Name of the private endpoint connection associated with the managed hsm pool.
91+ /// Name of the private endpoint connection associated with the managed hsm
92+ /// pool.
8593 /// </param>
8694 /// <param name='properties'>
8795 /// The intended state of private endpoint connection.
@@ -101,10 +109,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
101109 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < MhsmPrivateEndpointConnection , MhsmPrivateEndpointConnectionsPutHeaders > > PutWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , MhsmPrivateEndpointConnection properties , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
102110
103111 /// <summary>
104- /// Deletes the specified private endpoint connection associated with the managed hsm pool.
112+ /// Deletes the specified private endpoint connection associated with the
113+ /// managed hsm pool.
105114 /// </summary>
106115 /// <remarks>
107- /// Deletes the specified private endpoint connection associated with the managed hsm pool.
116+ /// Deletes the specified private endpoint connection associated with the
117+ /// managed hsm pool.
108118 /// </remarks>
109119 /// <param name='resourceGroupName'>
110120 /// Name of the resource group that contains the managed HSM pool.
@@ -113,7 +123,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
113123 /// Name of the managed HSM Pool
114124 /// </param>
115125 /// <param name='privateEndpointConnectionName'>
116- /// Name of the private endpoint connection associated with the managed hsm pool.
126+ /// Name of the private endpoint connection associated with the managed hsm
127+ /// pool.
117128 /// </param>
118129 /// <param name='customHeaders'>
119130 /// The headers that will be added to request.
@@ -130,10 +141,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
130141 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < MhsmPrivateEndpointConnection , MhsmPrivateEndpointConnectionsDeleteHeaders > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
131142
132143 /// <summary>
133- /// Deletes the specified private endpoint connection associated with the managed hsm pool.
144+ /// Deletes the specified private endpoint connection associated with the
145+ /// managed hsm pool.
134146 /// </summary>
135147 /// <remarks>
136- /// Deletes the specified private endpoint connection associated with the managed hsm pool.
148+ /// Deletes the specified private endpoint connection associated with the
149+ /// managed hsm pool.
137150 /// </remarks>
138151 /// <param name='resourceGroupName'>
139152 /// Name of the resource group that contains the managed HSM pool.
@@ -142,7 +155,8 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
142155 /// Name of the managed HSM Pool
143156 /// </param>
144157 /// <param name='privateEndpointConnectionName'>
145- /// Name of the private endpoint connection associated with the managed hsm pool.
158+ /// Name of the private endpoint connection associated with the managed hsm
159+ /// pool.
146160 /// </param>
147161 /// <param name='customHeaders'>
148162 /// The headers that will be added to request.
@@ -159,10 +173,12 @@ public partial interface IMhsmPrivateEndpointConnectionsOperations
159173 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < MhsmPrivateEndpointConnection , MhsmPrivateEndpointConnectionsDeleteHeaders > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
160174
161175 /// <summary>
162- /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
176+ /// The List operation gets information about the private endpoint connections
177+ /// associated with the managed HSM Pool.
163178 /// </summary>
164179 /// <remarks>
165- /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
180+ /// The List operation gets information about the private endpoint connections
181+ /// associated with the managed HSM Pool.
166182 /// </remarks>
167183 /// <param name='nextPageLink'>
168184 /// The NextLink from the previous successful call to List operation.
0 commit comments