You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/src/BackupOperation.cs
+14-8
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ public class BackupOperation : Operation<Uri>
21
21
privatereadonlyKeyVaultBackupClient_client;
22
22
privateResponse_response;
23
23
privateFullBackupDetailsInternal_value;
24
+
privatereadonlystring_id;
24
25
25
26
/// <summary>
26
27
/// Creates an instance of a BackupOperation from a previously started operation. <see cref="UpdateStatus(CancellationToken)"/>, <see cref="UpdateStatusAsync(CancellationToken)"/>,
@@ -36,20 +37,20 @@ public BackupOperation(string id, KeyVaultBackupClient client)
0 commit comments