Skip to content

Commit f092016

Browse files
committed
Added filter example
1 parent ef2ded4 commit f092016

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/StackAdmin/Azs.Storage.Admin/Module/Azs.Storage.Admin/Generated.PowerShell.Commands/SwaggerPathCommands/Get-AzsStorageAcquisition.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ Licensed under the MIT License. See License.txt in the project root for license
2424
PS C:\> Get-AzsStorageAcquisition -FarmName f9b8e2e2-e4b4-44e0-9d92-6a848b1a5376
2525
2626
Get the list of blob acquistions.
27+
28+
29+
.EXAMPLE
30+
31+
PS C:\> Get-AzsStorageAcquisition -FarmName f9b8e2e2-e4b4-44e0-9d92-6a848b1a5376 -Filter "startswith(properties/Storageaccount, 'Test'"
32+
33+
Get the list of blob acquistions.
34+
2735
#>
2836
function Get-AzsStorageAcquisition {
2937
[CmdletBinding()]

0 commit comments

Comments
 (0)