@@ -13,6 +13,32 @@ namespace Microsoft.Azure.Management.StorageSync
1313 /// </summary>
1414 public partial interface IPrivateEndpointConnectionsOperations
1515 {
16+ /// <summary>
17+ /// Get a PrivateEndpointConnection List.
18+ /// </summary>
19+ /// <remarks>
20+ /// Get a PrivateEndpointConnection List.
21+ /// </remarks>
22+ /// <param name='resourceGroupName'>
23+ /// The name of the resource group. The name is case insensitive.
24+ /// </param>
25+ /// <param name='storageSyncServiceName'>
26+ /// Name of Storage Sync Service resource.
27+ /// </param>
28+ /// <param name='customHeaders'>
29+ /// The headers that will be added to request.
30+ /// </param>
31+ /// <param name='cancellationToken'>
32+ /// The cancellation token.
33+ /// </param>
34+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
35+ /// Thrown when the operation returned an invalid status code
36+ /// </exception>
37+ /// <exception cref="Microsoft.Rest.SerializationException">
38+ /// Thrown when unable to deserialize the response
39+ /// </exception>
40+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < PrivateEndpointConnection > , PrivateEndpointConnectionsListByStorageSyncServiceHeaders > > ListByStorageSyncServiceWithHttpMessagesAsync ( string resourceGroupName , string storageSyncServiceName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
41+
1642 /// <summary>
1743 /// Gets the specified private endpoint connection associated with the storage
1844 /// sync service.
@@ -25,8 +51,7 @@ public partial interface IPrivateEndpointConnectionsOperations
2551 /// The name of the resource group. The name is case insensitive.
2652 /// </param>
2753 /// <param name='storageSyncServiceName'>
28- /// The name of the storage sync service name within the specified resource
29- /// group.
54+ /// Name of Storage Sync Service resource.
3055 /// </param>
3156 /// <param name='privateEndpointConnectionName'>
3257 /// The name of the private endpoint connection associated with the Azure
@@ -58,8 +83,7 @@ public partial interface IPrivateEndpointConnectionsOperations
5883 /// The name of the resource group. The name is case insensitive.
5984 /// </param>
6085 /// <param name='storageSyncServiceName'>
61- /// The name of the storage sync service name within the specified resource
62- /// group.
86+ /// Name of Storage Sync Service resource.
6387 /// </param>
6488 /// <param name='privateEndpointConnectionName'>
6589 /// The name of the private endpoint connection associated with the Azure
@@ -94,8 +118,7 @@ public partial interface IPrivateEndpointConnectionsOperations
94118 /// The name of the resource group. The name is case insensitive.
95119 /// </param>
96120 /// <param name='storageSyncServiceName'>
97- /// The name of the storage sync service name within the specified resource
98- /// group.
121+ /// Name of Storage Sync Service resource.
99122 /// </param>
100123 /// <param name='privateEndpointConnectionName'>
101124 /// The name of the private endpoint connection associated with the Azure
@@ -112,32 +135,6 @@ public partial interface IPrivateEndpointConnectionsOperations
112135 /// </exception>
113136 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationHeaderResponse < PrivateEndpointConnectionsDeleteHeaders > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string storageSyncServiceName , string privateEndpointConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
114137
115- /// <summary>
116- /// Get a PrivateEndpointConnection List.
117- /// </summary>
118- /// <remarks>
119- /// Get a PrivateEndpointConnection List.
120- /// </remarks>
121- /// <param name='resourceGroupName'>
122- /// The name of the resource group. The name is case insensitive.
123- /// </param>
124- /// <param name='storageSyncServiceName'>
125- /// Name of Storage Sync Service resource.
126- /// </param>
127- /// <param name='customHeaders'>
128- /// The headers that will be added to request.
129- /// </param>
130- /// <param name='cancellationToken'>
131- /// The cancellation token.
132- /// </param>
133- /// <exception cref="Microsoft.Rest.Azure.CloudException">
134- /// Thrown when the operation returned an invalid status code
135- /// </exception>
136- /// <exception cref="Microsoft.Rest.SerializationException">
137- /// Thrown when unable to deserialize the response
138- /// </exception>
139- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < System . Collections . Generic . IEnumerable < PrivateEndpointConnection > , PrivateEndpointConnectionsListByStorageSyncServiceHeaders > > ListByStorageSyncServiceWithHttpMessagesAsync ( string resourceGroupName , string storageSyncServiceName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
140-
141138 /// <summary>
142139 /// Update the state of specified private endpoint connection associated with
143140 /// the storage sync service.
@@ -150,8 +147,7 @@ public partial interface IPrivateEndpointConnectionsOperations
150147 /// The name of the resource group. The name is case insensitive.
151148 /// </param>
152149 /// <param name='storageSyncServiceName'>
153- /// The name of the storage sync service name within the specified resource
154- /// group.
150+ /// Name of Storage Sync Service resource.
155151 /// </param>
156152 /// <param name='privateEndpointConnectionName'>
157153 /// The name of the private endpoint connection associated with the Azure
@@ -186,8 +182,7 @@ public partial interface IPrivateEndpointConnectionsOperations
186182 /// The name of the resource group. The name is case insensitive.
187183 /// </param>
188184 /// <param name='storageSyncServiceName'>
189- /// The name of the storage sync service name within the specified resource
190- /// group.
185+ /// Name of Storage Sync Service resource.
191186 /// </param>
192187 /// <param name='privateEndpointConnectionName'>
193188 /// The name of the private endpoint connection associated with the Azure
@@ -204,5 +199,28 @@ public partial interface IPrivateEndpointConnectionsOperations
204199 /// </exception>
205200 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationHeaderResponse < PrivateEndpointConnectionsDeleteHeaders > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string storageSyncServiceName , string privateEndpointConnectionName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
206201
202+ /// <summary>
203+ /// Get a PrivateEndpointConnection List.
204+ /// </summary>
205+ /// <remarks>
206+ /// Get a PrivateEndpointConnection List.
207+ /// </remarks>
208+ /// <param name='nextPageLink'>
209+ /// The NextLink from the previous successful call to List operation.
210+ /// </param>
211+ /// <param name='customHeaders'>
212+ /// The headers that will be added to request.
213+ /// </param>
214+ /// <param name='cancellationToken'>
215+ /// The cancellation token.
216+ /// </param>
217+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
218+ /// Thrown when the operation returned an invalid status code
219+ /// </exception>
220+ /// <exception cref="Microsoft.Rest.SerializationException">
221+ /// Thrown when unable to deserialize the response
222+ /// </exception>
223+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < PrivateEndpointConnection > , PrivateEndpointConnectionsListByStorageSyncServiceHeaders > > ListByStorageSyncServiceNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
224+
207225 }
208226}
0 commit comments