@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Sql
24
24
public partial interface IServerDevOpsAuditSettingsOperations
25
25
{
26
26
/// <summary>
27
- /// Lists DevOps audit settings of a server .
27
+ /// Gets a server's DevOps audit settings.
28
28
/// </summary>
29
29
/// <param name='resourceGroupName'>
30
30
/// The name of the resource group that contains the resource. You can
@@ -34,6 +34,10 @@ public partial interface IServerDevOpsAuditSettingsOperations
34
34
/// <param name='serverName'>
35
35
/// The name of the server.
36
36
/// </param>
37
+ /// <param name='devOpsAuditingSettingsName'>
38
+ /// The name of the devops audit settings. This should always be
39
+ /// 'default'.
40
+ /// </param>
37
41
/// <param name='customHeaders'>
38
42
/// The headers that will be added to request.
39
43
/// </param>
@@ -49,9 +53,9 @@ public partial interface IServerDevOpsAuditSettingsOperations
49
53
/// <exception cref="Microsoft.Rest.ValidationException">
50
54
/// Thrown when a required parameter is null
51
55
/// </exception>
52
- Task < AzureOperationResponse < IPage < ServerDevOpsAuditingSettings > > > ListByServerWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
56
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
53
57
/// <summary>
54
- /// Gets a server's DevOps audit settings.
58
+ /// Creates or updates a server's DevOps audit settings.
55
59
/// </summary>
56
60
/// <param name='resourceGroupName'>
57
61
/// The name of the resource group that contains the resource. You can
@@ -61,6 +65,13 @@ public partial interface IServerDevOpsAuditSettingsOperations
61
65
/// <param name='serverName'>
62
66
/// The name of the server.
63
67
/// </param>
68
+ /// <param name='devOpsAuditingSettingsName'>
69
+ /// The name of the devops audit settings. This should always be
70
+ /// 'default'.
71
+ /// </param>
72
+ /// <param name='parameters'>
73
+ /// Properties of DevOps audit settings
74
+ /// </param>
64
75
/// <param name='customHeaders'>
65
76
/// The headers that will be added to request.
66
77
/// </param>
@@ -76,9 +87,9 @@ public partial interface IServerDevOpsAuditSettingsOperations
76
87
/// <exception cref="Microsoft.Rest.ValidationException">
77
88
/// Thrown when a required parameter is null
78
89
/// </exception>
79
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
90
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
80
91
/// <summary>
81
- /// Creates or updates a server's DevOps audit settings.
92
+ /// Lists DevOps audit settings of a server .
82
93
/// </summary>
83
94
/// <param name='resourceGroupName'>
84
95
/// The name of the resource group that contains the resource. You can
@@ -88,9 +99,6 @@ public partial interface IServerDevOpsAuditSettingsOperations
88
99
/// <param name='serverName'>
89
100
/// The name of the server.
90
101
/// </param>
91
- /// <param name='parameters'>
92
- /// Properties of DevOps audit settings
93
- /// </param>
94
102
/// <param name='customHeaders'>
95
103
/// The headers that will be added to request.
96
104
/// </param>
@@ -106,7 +114,7 @@ public partial interface IServerDevOpsAuditSettingsOperations
106
114
/// <exception cref="Microsoft.Rest.ValidationException">
107
115
/// Thrown when a required parameter is null
108
116
/// </exception>
109
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
117
+ Task < AzureOperationResponse < IPage < ServerDevOpsAuditingSettings > > > ListByServerWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
110
118
/// <summary>
111
119
/// Creates or updates a server's DevOps audit settings.
112
120
/// </summary>
@@ -118,6 +126,10 @@ public partial interface IServerDevOpsAuditSettingsOperations
118
126
/// <param name='serverName'>
119
127
/// The name of the server.
120
128
/// </param>
129
+ /// <param name='devOpsAuditingSettingsName'>
130
+ /// The name of the devops audit settings. This should always be
131
+ /// 'default'.
132
+ /// </param>
121
133
/// <param name='parameters'>
122
134
/// Properties of DevOps audit settings
123
135
/// </param>
@@ -136,7 +148,7 @@ public partial interface IServerDevOpsAuditSettingsOperations
136
148
/// <exception cref="Microsoft.Rest.ValidationException">
137
149
/// Thrown when a required parameter is null
138
150
/// </exception>
139
- Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
151
+ Task < AzureOperationResponse < ServerDevOpsAuditingSettings > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string devOpsAuditingSettingsName , ServerDevOpsAuditingSettings parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
140
152
/// <summary>
141
153
/// Lists DevOps audit settings of a server.
142
154
/// </summary>
0 commit comments