Get-vRAFabricAzureStorageAccount
SYNOPSIS
Get a vRA Fabric Azure Storage Account
SYNTAX
Standard (Default)
Get-vRAFabricAzureStorageAccount [<CommonParameters>]
ById
Get-vRAFabricAzureStorageAccount -Id <String[]> [<CommonParameters>]
ByName
Get-vRAFabricAzureStorageAccount -Name <String[]> [<CommonParameters>]
DESCRIPTION
Get a vRA Fabric Azure Storage Account
EXAMPLES
EXAMPLE 1
Get-vRAFabricAzureStorageAccounts
EXAMPLE 2
Get-vRAFabricAzureStorageAccounts -Id 1c3a50ca-1c38-42a3-a572-209d5dfdecf7
EXAMPLE 3
Get-vRAFabricAzureStorageAccounts -Name "test-Azure-Storage-Account"
PARAMETERS
-Id
The ID of the Fabric Azure Storage Account
Type: String[]
Parameter Sets: ById
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
-Name
The Name of the Fabric Azure Storage Account
Type: String[]
Parameter Sets: ByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.