1
- // <auto-generated>
2
1
// Copyright (c) Microsoft Corporation. All rights reserved.
3
- // Licensed under the MIT License. See License.txt in the project root for
4
- // license information.
5
- //
2
+ // Licensed under the MIT License. See License.txt in the project root for license information.
6
3
// Code generated by Microsoft (R) AutoRest Code Generator.
7
- // Changes may cause incorrect behavior and will be lost if the code is
8
- // regenerated.
9
- // </auto-generated>
4
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
10
5
11
6
namespace Microsoft . Azure . Management . KeyVault
12
7
{
13
- using Microsoft . Rest ;
14
8
using Microsoft . Rest . Azure ;
15
9
using Models ;
16
- using System . Collections ;
17
- using System . Collections . Generic ;
18
- using System . Threading ;
19
- using System . Threading . Tasks ;
20
10
21
11
/// <summary>
22
- /// MHSMPrivateEndpointConnectionsOperations operations.
12
+ /// MhsmPrivateEndpointConnectionsOperations operations.
23
13
/// </summary>
24
- public partial interface IMHSMPrivateEndpointConnectionsOperations
14
+ public partial interface IMhsmPrivateEndpointConnectionsOperations
25
15
{
26
16
/// <summary>
27
- /// The List operation gets information about the private endpoint
28
- /// connections associated with the managed HSM Pool.
17
+ /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
29
18
/// </summary>
19
+ /// <remarks>
20
+ /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
21
+ /// </remarks>
30
22
/// <param name='resourceGroupName'>
31
23
/// Name of the resource group that contains the managed HSM pool.
32
24
/// </param>
@@ -39,59 +31,57 @@ public partial interface IMHSMPrivateEndpointConnectionsOperations
39
31
/// <param name='cancellationToken'>
40
32
/// The cancellation token.
41
33
/// </param>
42
- /// <exception cref="ManagedHsmErrorException ">
34
+ /// <exception cref="Microsoft.Rest.Azure.CloudException ">
43
35
/// Thrown when the operation returned an invalid status code
44
36
/// </exception>
45
37
/// <exception cref="Microsoft.Rest.SerializationException">
46
38
/// Thrown when unable to deserialize the response
47
39
/// </exception>
48
- /// <exception cref="Microsoft.Rest.ValidationException">
49
- /// Thrown when a required parameter is null
50
- /// </exception>
51
- Task < AzureOperationResponse < IPage < MHSMPrivateEndpointConnection > > > ListByResourceWithHttpMessagesAsync ( string resourceGroupName , string name , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
40
+ 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 ) ) ;
41
+
52
42
/// <summary>
53
- /// Gets the specified private endpoint connection associated with the
54
- /// managed HSM Pool.
43
+ /// Gets the specified private endpoint connection associated with the managed HSM Pool.
55
44
/// </summary>
45
+ /// <remarks>
46
+ /// Gets the specified private endpoint connection associated with the managed HSM Pool.
47
+ /// </remarks>
56
48
/// <param name='resourceGroupName'>
57
49
/// Name of the resource group that contains the managed HSM pool.
58
50
/// </param>
59
51
/// <param name='name'>
60
52
/// Name of the managed HSM Pool
61
53
/// </param>
62
54
/// <param name='privateEndpointConnectionName'>
63
- /// Name of the private endpoint connection associated with the managed
64
- /// hsm pool.
55
+ /// Name of the private endpoint connection associated with the managed hsm pool.
65
56
/// </param>
66
57
/// <param name='customHeaders'>
67
58
/// The headers that will be added to request.
68
59
/// </param>
69
60
/// <param name='cancellationToken'>
70
61
/// The cancellation token.
71
62
/// </param>
72
- /// <exception cref="ManagedHsmErrorException ">
63
+ /// <exception cref="Microsoft.Rest.Azure.CloudException ">
73
64
/// Thrown when the operation returned an invalid status code
74
65
/// </exception>
75
66
/// <exception cref="Microsoft.Rest.SerializationException">
76
67
/// Thrown when unable to deserialize the response
77
68
/// </exception>
78
- /// <exception cref="Microsoft.Rest.ValidationException">
79
- /// Thrown when a required parameter is null
80
- /// </exception>
81
- Task < AzureOperationResponse < MHSMPrivateEndpointConnection > > GetWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
69
+ 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 ) ) ;
70
+
82
71
/// <summary>
83
- /// Updates the specified private endpoint connection associated with
84
- /// the managed hsm pool.
72
+ /// Updates the specified private endpoint connection associated with the managed hsm pool.
85
73
/// </summary>
74
+ /// <remarks>
75
+ /// Updates the specified private endpoint connection associated with the managed hsm pool.
76
+ /// </remarks>
86
77
/// <param name='resourceGroupName'>
87
78
/// Name of the resource group that contains the managed HSM pool.
88
79
/// </param>
89
80
/// <param name='name'>
90
81
/// Name of the managed HSM Pool
91
82
/// </param>
92
83
/// <param name='privateEndpointConnectionName'>
93
- /// Name of the private endpoint connection associated with the managed
94
- /// hsm pool.
84
+ /// Name of the private endpoint connection associated with the managed hsm pool.
95
85
/// </param>
96
86
/// <param name='properties'>
97
87
/// The intended state of private endpoint connection.
@@ -108,23 +98,22 @@ public partial interface IMHSMPrivateEndpointConnectionsOperations
108
98
/// <exception cref="Microsoft.Rest.SerializationException">
109
99
/// Thrown when unable to deserialize the response
110
100
/// </exception>
111
- /// <exception cref="Microsoft.Rest.ValidationException">
112
- /// Thrown when a required parameter is null
113
- /// </exception>
114
- Task < AzureOperationResponse < MHSMPrivateEndpointConnection , MHSMPrivateEndpointConnectionsPutHeaders > > PutWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , MHSMPrivateEndpointConnection properties , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
101
+ 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 ) ) ;
102
+
115
103
/// <summary>
116
- /// Deletes the specified private endpoint connection associated with
117
- /// the managed hsm pool.
104
+ /// Deletes the specified private endpoint connection associated with the managed hsm pool.
118
105
/// </summary>
106
+ /// <remarks>
107
+ /// Deletes the specified private endpoint connection associated with the managed hsm pool.
108
+ /// </remarks>
119
109
/// <param name='resourceGroupName'>
120
110
/// Name of the resource group that contains the managed HSM pool.
121
111
/// </param>
122
112
/// <param name='name'>
123
113
/// Name of the managed HSM Pool
124
114
/// </param>
125
115
/// <param name='privateEndpointConnectionName'>
126
- /// Name of the private endpoint connection associated with the managed
127
- /// hsm pool.
116
+ /// Name of the private endpoint connection associated with the managed hsm pool.
128
117
/// </param>
129
118
/// <param name='customHeaders'>
130
119
/// The headers that will be added to request.
@@ -138,23 +127,22 @@ public partial interface IMHSMPrivateEndpointConnectionsOperations
138
127
/// <exception cref="Microsoft.Rest.SerializationException">
139
128
/// Thrown when unable to deserialize the response
140
129
/// </exception>
141
- /// <exception cref="Microsoft.Rest.ValidationException">
142
- /// Thrown when a required parameter is null
143
- /// </exception>
144
- Task < AzureOperationResponse < MHSMPrivateEndpointConnection , MHSMPrivateEndpointConnectionsDeleteHeaders > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
130
+ 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 ) ) ;
131
+
145
132
/// <summary>
146
- /// Deletes the specified private endpoint connection associated with
147
- /// the managed hsm pool.
133
+ /// Deletes the specified private endpoint connection associated with the managed hsm pool.
148
134
/// </summary>
135
+ /// <remarks>
136
+ /// Deletes the specified private endpoint connection associated with the managed hsm pool.
137
+ /// </remarks>
149
138
/// <param name='resourceGroupName'>
150
139
/// Name of the resource group that contains the managed HSM pool.
151
140
/// </param>
152
141
/// <param name='name'>
153
142
/// Name of the managed HSM Pool
154
143
/// </param>
155
144
/// <param name='privateEndpointConnectionName'>
156
- /// Name of the private endpoint connection associated with the managed
157
- /// hsm pool.
145
+ /// Name of the private endpoint connection associated with the managed hsm pool.
158
146
/// </param>
159
147
/// <param name='customHeaders'>
160
148
/// The headers that will be added to request.
@@ -168,14 +156,14 @@ public partial interface IMHSMPrivateEndpointConnectionsOperations
168
156
/// <exception cref="Microsoft.Rest.SerializationException">
169
157
/// Thrown when unable to deserialize the response
170
158
/// </exception>
171
- /// <exception cref="Microsoft.Rest.ValidationException">
172
- /// Thrown when a required parameter is null
173
- /// </exception>
174
- Task < AzureOperationResponse < MHSMPrivateEndpointConnection , MHSMPrivateEndpointConnectionsDeleteHeaders > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string name , string privateEndpointConnectionName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
159
+ 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 ) ) ;
160
+
175
161
/// <summary>
176
- /// The List operation gets information about the private endpoint
177
- /// connections associated with the managed HSM Pool.
162
+ /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
178
163
/// </summary>
164
+ /// <remarks>
165
+ /// The List operation gets information about the private endpoint connections associated with the managed HSM Pool.
166
+ /// </remarks>
179
167
/// <param name='nextPageLink'>
180
168
/// The NextLink from the previous successful call to List operation.
181
169
/// </param>
@@ -185,15 +173,13 @@ public partial interface IMHSMPrivateEndpointConnectionsOperations
185
173
/// <param name='cancellationToken'>
186
174
/// The cancellation token.
187
175
/// </param>
188
- /// <exception cref="ManagedHsmErrorException ">
176
+ /// <exception cref="Microsoft.Rest.Azure.CloudException ">
189
177
/// Thrown when the operation returned an invalid status code
190
178
/// </exception>
191
179
/// <exception cref="Microsoft.Rest.SerializationException">
192
180
/// Thrown when unable to deserialize the response
193
181
/// </exception>
194
- /// <exception cref="Microsoft.Rest.ValidationException">
195
- /// Thrown when a required parameter is null
196
- /// </exception>
197
- Task < AzureOperationResponse < IPage < MHSMPrivateEndpointConnection > > > ListByResourceNextWithHttpMessagesAsync ( string nextPageLink , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
182
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < MhsmPrivateEndpointConnection > > > ListByResourceNextWithHttpMessagesAsync ( string nextPageLink , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
183
+
198
184
}
199
- }
185
+ }
0 commit comments