VaultOperationsExtensions.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified Azure backup vault.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultGetResponse> DeleteAsync (this Microsoft.Azure.Management.BackupServices.IVaultOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders customRequestHeaders);
static member DeleteAsync : Microsoft.Azure.Management.BackupServices.IVaultOperations * string * string * Microsoft.Azure.Management.BackupServices.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.Azure.Management.BackupServices.Models.AzureBackupVaultGetResponse>
<Extension()>
Public Function DeleteAsync (operations As IVaultOperations, resourceGroupName As String, resourceName As String, customRequestHeaders As CustomRequestHeaders) As Task(Of AzureBackupVaultGetResponse)
Parameters
- operations
- IVaultOperations
Reference to the Microsoft.Azure.Management.BackupServices.IVaultOperations.
- resourceGroupName
- String
Required. The name of resource group to which vault belongs
- resourceName
- String
Required. The name of the vault
- customRequestHeaders
- CustomRequestHeaders
Optional. Request header parameters.
Returns
Vault information.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET