@@ -41,13 +41,13 @@ public partial interface ILongTermRetentionPoliciesOperations
41
41
/// <exception cref="Microsoft.Rest.SerializationException">
42
42
/// Thrown when unable to deserialize the response
43
43
/// </exception>
44
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
44
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < LongTermRetentionPolicy > > > ListByDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
45
45
46
46
/// <summary>
47
- /// Sets a database's long term retention policy.
47
+ /// Gets a database's long term retention policy.
48
48
/// </summary>
49
49
/// <remarks>
50
- /// Sets a database's long term retention policy.
50
+ /// Gets a database's long term retention policy.
51
51
/// </remarks>
52
52
/// <param name='resourceGroupName'>
53
53
/// The name of the resource group that contains the resource. You can obtain
@@ -59,9 +59,6 @@ public partial interface ILongTermRetentionPoliciesOperations
59
59
/// <param name='databaseName'>
60
60
/// The name of the database.
61
61
/// </param>
62
- /// <param name='parameters'>
63
- /// The long term retention policy info.
64
- /// </param>
65
62
/// <param name='customHeaders'>
66
63
/// The headers that will be added to request.
67
64
/// </param>
@@ -74,13 +71,13 @@ public partial interface ILongTermRetentionPoliciesOperations
74
71
/// <exception cref="Microsoft.Rest.SerializationException">
75
72
/// Thrown when unable to deserialize the response
76
73
/// </exception>
77
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , LongTermRetentionPolicy parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
74
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
78
75
79
76
/// <summary>
80
- /// Gets a database's long term retention policy.
77
+ /// Set or update a database's long term retention policy.
81
78
/// </summary>
82
79
/// <remarks>
83
- /// Gets a database's long term retention policy.
80
+ /// Set or update a database's long term retention policy.
84
81
/// </remarks>
85
82
/// <param name='resourceGroupName'>
86
83
/// The name of the resource group that contains the resource. You can obtain
@@ -92,6 +89,9 @@ public partial interface ILongTermRetentionPoliciesOperations
92
89
/// <param name='databaseName'>
93
90
/// The name of the database.
94
91
/// </param>
92
+ /// <param name='parameters'>
93
+ /// The long term retention policy info.
94
+ /// </param>
95
95
/// <param name='customHeaders'>
96
96
/// The headers that will be added to request.
97
97
/// </param>
@@ -104,13 +104,13 @@ public partial interface ILongTermRetentionPoliciesOperations
104
104
/// <exception cref="Microsoft.Rest.SerializationException">
105
105
/// Thrown when unable to deserialize the response
106
106
/// </exception>
107
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < LongTermRetentionPolicy > > > ListByDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
107
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy , LongTermRetentionPoliciesCreateOrUpdateHeaders > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , LongTermRetentionPolicy parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
108
108
109
109
/// <summary>
110
- /// Sets a database's long term retention policy.
110
+ /// Set or update a database's long term retention policy.
111
111
/// </summary>
112
112
/// <remarks>
113
- /// Sets a database's long term retention policy.
113
+ /// Set or update a database's long term retention policy.
114
114
/// </remarks>
115
115
/// <param name='resourceGroupName'>
116
116
/// The name of the resource group that contains the resource. You can obtain
@@ -137,7 +137,7 @@ public partial interface ILongTermRetentionPoliciesOperations
137
137
/// <exception cref="Microsoft.Rest.SerializationException">
138
138
/// Thrown when unable to deserialize the response
139
139
/// </exception>
140
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , LongTermRetentionPolicy parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
140
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < LongTermRetentionPolicy , LongTermRetentionPoliciesCreateOrUpdateHeaders > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , LongTermRetentionPolicy parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
141
141
142
142
/// <summary>
143
143
/// Gets a database's long term retention policy.
0 commit comments