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/README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,16 +141,10 @@ A `KeyVaultAccessControlClient` provides both synchronous and asynchronous opera
141
141
142
142
A `KeyVaultBackupClient` provides both synchronous and asynchronous operations for performing full key backups, full key restores, and selective key restores.
143
143
144
-
### PreBackupOperation
145
-
A `PreBackupOperation` represents a long-running operation that checks if it is possible to perform a full key backup.
146
-
147
144
### BackupOperation
148
145
149
146
A `BackupOperation` represents a long running operation for a full key backup.
150
147
151
-
### PreRestoreOperation
152
-
A `PreRestoreOperation` represents a long-running operation that checks if it is possible to perform a full key restore from a backup.
153
-
154
148
### RestoreOperation
155
149
156
150
A `RestoreOperation` represents a long running operation for both a full key and selective key restore.
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/api/Azure.Security.KeyVault.Administration.netstandard2.0.cs
+1-48Lines changed: 1 addition & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ public KeyVaultAccessControlClient(System.Uri vaultUri, Azure.Core.TokenCredenti
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullBackupHeaders.cs
Copy file name to clipboardExpand all lines: sdk/keyvault/Azure.Security.KeyVault.Administration/src/Generated/AzureSecurityKeyVaultAdministrationPreFullRestoreOperationHeaders.cs
0 commit comments