< Back
Remove-AzureBlob
Post
NAME Remove-AzureBlob
SYNOPSIS
Deletes the specified BLOB
SYNTAX
Remove-AzureBlob -InputObject <Uri[]> -AccessKey <String> [-LeaseId <Guid>] [-DeleteSnapshots] [-OnlySnapshots]
[-ApiVersion <String>] [<CommonParameters>]
Remove-AzureBlob -StorageAccountName <String> -ContainerName <String> -BlobName <String> [-StorageAccountDomain
<String>] -AccessKey <String> [-UseHttp] [-LeaseId <Guid>] [-DeleteSnapshots] [-OnlySnapshots] [-ApiVersion
<String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-InputObject <Uri[]>
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-StorageAccountName <String>
The storage account name
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContainerName <String>
The name of the container
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BlobName <String>
The name of the BLOB
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? named
Default value blob.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-LeaseId <Guid>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-DeleteSnapshots [<SwitchParameter>]
Include the snapshots
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OnlySnapshots [<SwitchParameter>]
Only delete the BLOB snapshots
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The storage service API version
Required? false
Position? named
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
SYNOPSIS
Deletes the specified BLOB
SYNTAX
Remove-AzureBlob -InputObject <Uri[]> -AccessKey <String> [-LeaseId <Guid>] [-DeleteSnapshots] [-OnlySnapshots]
[-ApiVersion <String>] [<CommonParameters>]
Remove-AzureBlob -StorageAccountName <String> -ContainerName <String> -BlobName <String> [-StorageAccountDomain
<String>] -AccessKey <String> [-UseHttp] [-LeaseId <Guid>] [-DeleteSnapshots] [-OnlySnapshots] [-ApiVersion
<String>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-InputObject <Uri[]>
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-StorageAccountName <String>
The storage account name
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ContainerName <String>
The name of the container
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-BlobName <String>
The name of the BLOB
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-StorageAccountDomain <String>
The FQDN for the storage account service
Required? false
Position? named
Default value blob.core.windows.net
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-AccessKey <String>
The storage service access key
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-UseHttp [<SwitchParameter>]
Use Insecure requests
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-LeaseId <Guid>
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-DeleteSnapshots [<SwitchParameter>]
Include the snapshots
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-OnlySnapshots [<SwitchParameter>]
Only delete the BLOB snapshots
Required? false
Position? named
Default value False
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
The storage service API version
Required? false
Position? named
Default value 2016-05-31
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS