Get-AzsBackupConfiguration
Returns the list of backup configurations.
Syntax
Get-AzsBackupConfiguration
[-ResourceGroupName <String>]
[-Skip <Int32>]
[-Top <Int32>]
[<CommonParameters>]
Get-AzsBackupConfiguration
[[-Location] <String>]
[-ResourceGroupName <String>]
[<CommonParameters>]
Get-AzsBackupConfiguration
-ResourceId <String>
[<CommonParameters>]
Description
Returns the list of backup configurations.
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-AzsBackupConfiguration
Get Azure Stack backup configuration.
Parameters
-Location
Backup location.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
Name of the resource group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
The resource id.
Type: | String |
Aliases: | id |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Skip
Skip the first N items as specified by the parameter value.
Type: | Int32 |
Position: | Named |
Default value: | -1 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Top
Return the top N items as specified by the parameter value. Applies after the -Skip parameter.
Type: | Int32 |
Position: | Named |
Default value: | -1 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Microsoft.AzureStack.Management.Backup.Admin.Models.BackupLocation