Skip to content

Get-vRAvSphereFabricStoragePolicy

SYNOPSIS

Get a only vSphere Fabric Storage Policy from vRA

SYNTAX

Standard (Default)

Get-vRAvSphereFabricStoragePolicy [<CommonParameters>]

ById

Get-vRAvSphereFabricStoragePolicy -Id <String[]> [<CommonParameters>]

ByName

Get-vRAvSphereFabricStoragePolicy -Name <String[]> [<CommonParameters>]

DESCRIPTION

Get a only vSphere Fabric Storage Policy from vRA

EXAMPLES

EXAMPLE 1

Get-vRAvSphereFabricStoragePolicy

EXAMPLE 2

Get-vRAvSphereFabricStoragePolicy -Id '3492a6e8-r5d4-1293-b6c4-39037ba693f9'

EXAMPLE 3

Get-vRAvSphereFabricStoragePolicy -Name 'TestFabricStoragePolicy'

PARAMETERS

-Id

The ID of the vSphere Fabric Storage Policy

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 vSphere Fabric Storage Policy

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.

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject

NOTES