@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Sql
24
24
public partial interface IInstanceFailoverGroupsOperations
25
25
{
26
26
/// <summary>
27
- /// Gets a failover group .
27
+ /// Lists the failover groups in a location .
28
28
/// </summary>
29
29
/// <param name='resourceGroupName'>
30
30
/// The name of the resource group that contains the resource. You can
@@ -34,9 +34,6 @@ public partial interface IInstanceFailoverGroupsOperations
34
34
/// <param name='locationName'>
35
35
/// The name of the region where the resource is located.
36
36
/// </param>
37
- /// <param name='failoverGroupName'>
38
- /// The name of the failover group.
39
- /// </param>
40
37
/// <param name='customHeaders'>
41
38
/// The headers that will be added to request.
42
39
/// </param>
@@ -52,9 +49,9 @@ public partial interface IInstanceFailoverGroupsOperations
52
49
/// <exception cref="Microsoft.Rest.ValidationException">
53
50
/// Thrown when a required parameter is null
54
51
/// </exception>
55
- Task < AzureOperationResponse < InstanceFailoverGroup > > GetWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
52
+ Task < AzureOperationResponse < IPage < InstanceFailoverGroup > > > ListByLocationWithHttpMessagesAsync ( string resourceGroupName , string locationName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
56
53
/// <summary>
57
- /// Creates or updates a failover group.
54
+ /// Gets a failover group.
58
55
/// </summary>
59
56
/// <param name='resourceGroupName'>
60
57
/// The name of the resource group that contains the resource. You can
@@ -67,9 +64,6 @@ public partial interface IInstanceFailoverGroupsOperations
67
64
/// <param name='failoverGroupName'>
68
65
/// The name of the failover group.
69
66
/// </param>
70
- /// <param name='parameters'>
71
- /// The failover group parameters.
72
- /// </param>
73
67
/// <param name='customHeaders'>
74
68
/// The headers that will be added to request.
75
69
/// </param>
@@ -85,9 +79,9 @@ public partial interface IInstanceFailoverGroupsOperations
85
79
/// <exception cref="Microsoft.Rest.ValidationException">
86
80
/// Thrown when a required parameter is null
87
81
/// </exception>
88
- Task < AzureOperationResponse < InstanceFailoverGroup > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , InstanceFailoverGroup parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
82
+ Task < AzureOperationResponse < InstanceFailoverGroup > > GetWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
89
83
/// <summary>
90
- /// Deletes a failover group.
84
+ /// Creates or updates a failover group.
91
85
/// </summary>
92
86
/// <param name='resourceGroupName'>
93
87
/// The name of the resource group that contains the resource. You can
@@ -100,6 +94,9 @@ public partial interface IInstanceFailoverGroupsOperations
100
94
/// <param name='failoverGroupName'>
101
95
/// The name of the failover group.
102
96
/// </param>
97
+ /// <param name='parameters'>
98
+ /// The failover group parameters.
99
+ /// </param>
103
100
/// <param name='customHeaders'>
104
101
/// The headers that will be added to request.
105
102
/// </param>
@@ -109,12 +106,15 @@ public partial interface IInstanceFailoverGroupsOperations
109
106
/// <exception cref="Microsoft.Rest.Azure.CloudException">
110
107
/// Thrown when the operation returned an invalid status code
111
108
/// </exception>
109
+ /// <exception cref="Microsoft.Rest.SerializationException">
110
+ /// Thrown when unable to deserialize the response
111
+ /// </exception>
112
112
/// <exception cref="Microsoft.Rest.ValidationException">
113
113
/// Thrown when a required parameter is null
114
114
/// </exception>
115
- Task < AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
115
+ Task < AzureOperationResponse < InstanceFailoverGroup > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , InstanceFailoverGroup parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
116
116
/// <summary>
117
- /// Lists the failover groups in a location .
117
+ /// Deletes a failover group .
118
118
/// </summary>
119
119
/// <param name='resourceGroupName'>
120
120
/// The name of the resource group that contains the resource. You can
@@ -124,6 +124,9 @@ public partial interface IInstanceFailoverGroupsOperations
124
124
/// <param name='locationName'>
125
125
/// The name of the region where the resource is located.
126
126
/// </param>
127
+ /// <param name='failoverGroupName'>
128
+ /// The name of the failover group.
129
+ /// </param>
127
130
/// <param name='customHeaders'>
128
131
/// The headers that will be added to request.
129
132
/// </param>
@@ -133,13 +136,10 @@ public partial interface IInstanceFailoverGroupsOperations
133
136
/// <exception cref="Microsoft.Rest.Azure.CloudException">
134
137
/// Thrown when the operation returned an invalid status code
135
138
/// </exception>
136
- /// <exception cref="Microsoft.Rest.SerializationException">
137
- /// Thrown when unable to deserialize the response
138
- /// </exception>
139
139
/// <exception cref="Microsoft.Rest.ValidationException">
140
140
/// Thrown when a required parameter is null
141
141
/// </exception>
142
- Task < AzureOperationResponse < IPage < InstanceFailoverGroup > > > ListByLocationWithHttpMessagesAsync ( string resourceGroupName , string locationName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
142
+ Task < AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string locationName , string failoverGroupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
143
143
/// <summary>
144
144
/// Fails over from the current primary managed instance to this
145
145
/// managed instance.
0 commit comments