@@ -18,23 +18,23 @@ Gets the items from a container in Backup.
18
18
```
19
19
Get-AzRecoveryServicesBackupItem [-Container] <ContainerBase> [[-Name] <String>]
20
20
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
21
- [-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [[ -FriendlyName] <String>]
22
- [-VaultId <String>] [- DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
21
+ [-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
22
+ [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
23
23
```
24
24
25
25
### GetItemsForVault
26
26
```
27
27
Get-AzRecoveryServicesBackupItem [-BackupManagementType] <BackupManagementType> [[-Name] <String>]
28
28
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
29
- [-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [[ -FriendlyName] <String>]
30
- [-VaultId <String>] [- DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
29
+ [-WorkloadType] <WorkloadType> [[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
30
+ [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
31
31
```
32
32
33
33
### GetItemsForPolicy
34
34
```
35
35
Get-AzRecoveryServicesBackupItem [-Policy] <PolicyBase> [[-Name] <String>]
36
36
[[-ProtectionStatus] <ItemProtectionStatus>] [[-ProtectionState] <ItemProtectionState>]
37
- [[-DeleteState] <ItemDeleteState>] [[ -FriendlyName] <String>] [-VaultId <String>]
37
+ [[-DeleteState] <ItemDeleteState>] [-FriendlyName <String>] [-VaultId <String>]
38
38
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
39
39
```
40
40
@@ -160,7 +160,7 @@ Parameter Sets: (All)
160
160
Aliases :
161
161
162
162
Required : False
163
- Position : 7
163
+ Position : Named
164
164
Default value : None
165
165
Accept pipeline input : False
166
166
Accept wildcard characters : False
0 commit comments