Get-AzNetAppFilesVolumeBackupStatus
Abrufen des Sicherungsstatus des Volumes
Syntax
Get-AzNetAppFilesVolumeBackupStatus
-ResourceGroupName <String>
-AccountName <String>
-PoolName <String>
-Name <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesVolumeBackupStatus
-Name <String>
-PoolObject <PSNetAppFilesPool>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesVolumeBackupStatus
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesVolumeBackupStatus
-InputObject <PSNetAppFilesVolume>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Beschreibung
Die Get-AzNetAppFilesVolumeBackupStatus cmdLet ruft den Status der Sicherung für ein Volume ab.
Beispiele
Beispiel 1
Get-AzNetAppFilesVolumeBackupStatus -ResourceGroupName MyGroup -AccountName MyAccount -PoolName MyPool -Name MyVolume
Dieser Befehl ruft den Status einer Sicherung des Volumes mit dem Namen "MyVolume" ab.
Parameter
-AccountName
Der Name des ANF-Kontos
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-DefaultProfile
Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.
Typ: | IAzureContextContainer |
Aliase: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardwert: | None |
Erforderlich: | False |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-InputObject
Das Volumeobjekt zum Abrufen des Sicherungsstatus für
Typ: | PSNetAppFilesVolume |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-Name
Der Name des ANF-Volumes
Typ: | String |
Aliase: | VolumeName |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-PoolName
Der Name des ANF-Pools
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-PoolObject
Das Poolobjekt, das das Volume enthält, das zurückgegeben werden soll
Typ: | PSNetAppFilesPool |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
-ResourceGroupName
Die Ressourcengruppe des ANF-Volumes
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | False |
Platzhalterzeichen akzeptieren: | False |
-ResourceId
Die Ressourcen-ID des ANF-Volumes
Typ: | String |
Position: | Named |
Standardwert: | None |
Erforderlich: | True |
Pipelineeingabe akzeptieren: | True |
Platzhalterzeichen akzeptieren: | False |
Eingaben
Ausgaben
PSNetAppFilesVolumeBackupStatus
Ähnliche Themen
- New-AzNetAppFilesBackup
- Remove-AzNetAppFilesBackup
- Update-AzNetAppFilesBackup
- Get-AzNetAppFilesBackupPolicy
- New-AzNetAppFilesBackupPolicy
- Update-AzNetAppFilesBackupPolicy
- Remove-AzNetAppFilesBackupPolicy
- Set-AzNetAppFilesBackupPolicy
- Get-AzNetAppFilesVolume
- New-AzNetAppFilesVolume
- Update-AzNetAppFilesVolume
- Remove-AzNetAppFilesVolume
Azure PowerShell