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 . NetApp
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
12
/// AccountBackupsOperations operations.
23
13
/// </summary>
24
14
public partial interface IAccountBackupsOperations
25
15
{
26
16
/// <summary>
27
- /// List Backups for a Netapp Account
17
+ /// List all Backups for a Netapp Account
28
18
/// </summary>
29
19
/// <remarks>
30
20
/// List all Backups for a Netapp Account
@@ -47,12 +37,10 @@ public partial interface IAccountBackupsOperations
47
37
/// <exception cref="Microsoft.Rest.SerializationException">
48
38
/// Thrown when unable to deserialize the response
49
39
/// </exception>
50
- /// <exception cref="Microsoft.Rest.ValidationException">
51
- /// Thrown when a required parameter is null
52
- /// </exception>
53
- Task < AzureOperationResponse < IEnumerable < Backup > > > ListWithHttpMessagesAsync ( string resourceGroupName , string accountName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
40
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < System . Collections . Generic . IEnumerable < Backup > > > ListWithHttpMessagesAsync ( string resourceGroupName , string accountName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
41
+
54
42
/// <summary>
55
- /// Get Backup for a Netapp Account
43
+ /// Gets the specified backup for a Netapp Account
56
44
/// </summary>
57
45
/// <remarks>
58
46
/// Gets the specified backup for a Netapp Account
@@ -78,12 +66,10 @@ public partial interface IAccountBackupsOperations
78
66
/// <exception cref="Microsoft.Rest.SerializationException">
79
67
/// Thrown when unable to deserialize the response
80
68
/// </exception>
81
- /// <exception cref="Microsoft.Rest.ValidationException">
82
- /// Thrown when a required parameter is null
83
- /// </exception>
84
- Task < AzureOperationResponse < Backup > > GetWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
69
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Backup > > GetWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
70
+
85
71
/// <summary>
86
- /// Delete Backup for a Netapp Account
72
+ /// Delete the specified Backup for a Netapp Account
87
73
/// </summary>
88
74
/// <remarks>
89
75
/// Delete the specified Backup for a Netapp Account
@@ -106,12 +92,10 @@ public partial interface IAccountBackupsOperations
106
92
/// <exception cref="Microsoft.Rest.Azure.CloudException">
107
93
/// Thrown when the operation returned an invalid status code
108
94
/// </exception>
109
- /// <exception cref="Microsoft.Rest.ValidationException">
110
- /// Thrown when a required parameter is null
111
- /// </exception>
112
- Task < AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
95
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
96
+
113
97
/// <summary>
114
- /// Delete Backup for a Netapp Account
98
+ /// Delete the specified Backup for a Netapp Account
115
99
/// </summary>
116
100
/// <remarks>
117
101
/// Delete the specified Backup for a Netapp Account
@@ -134,9 +118,7 @@ public partial interface IAccountBackupsOperations
134
118
/// <exception cref="Microsoft.Rest.Azure.CloudException">
135
119
/// Thrown when the operation returned an invalid status code
136
120
/// </exception>
137
- /// <exception cref="Microsoft.Rest.ValidationException">
138
- /// Thrown when a required parameter is null
139
- /// </exception>
140
- Task < AzureOperationResponse > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
121
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string accountName , string backupName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
122
+
141
123
}
142
- }
124
+ }
0 commit comments