Skip to content

Commit 327f60f

Browse files
Apply suggestions from code review
1 parent 80bfb50 commit 327f60f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docset/winserver2022-ps/failoverclusters/Test-Cluster.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,14 @@ offline or failed state. The acceptable values for this parameter are:
229229
230230
- Int32, Int64, Uint32, Uint64. A number that represents a master boot record (MBR) signature of the
231231
disk.
232+
232233
- **System.String**. A string that represents a master boot record (MBR) signature of the disk,
233234
hexadecimal format is supported.
235+
234236
- **System.String**. A string that represents the GUID of a GPT disk.
237+
235238
- **ClusterResource**. A cluster resource object that represents a clustered disk.
239+
236240
- **CimInstance#MSFT_Disk**. An object returned from Get-Disk, from the Windows PowerShell® storage
237241
module.
238242
@@ -358,7 +362,9 @@ all storage pools that are available for use in the cluster or that are in the c
358362
offline or failed state. The acceptable values for this parameter are:
359363
360364
- **System.String**: A string that represents the name of the clustered storage pool or pools.
365+
361366
- **ClusterResource**: A cluster resource object that represents a clustered storage pool.
367+
362368
- **CimInstance#MSFT_StoragePool**: An object returned from **Get-StoragePool**, from the Windows
363369
PowerShell storage module.
364370

0 commit comments

Comments
 (0)