< Back
Get-VasaProvider
Post
NAME Get-VasaProvider
SYNOPSIS
This cmdlet retrieves the list of VASA providers that are currently registered with Storage Manager.
SYNTAX
Get-VasaProvider -Id <String[]> [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]
Get-VasaProvider [[-Name] <String[]>] [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]
DESCRIPTION
This cmdlet retrieves the list of VASA providers that are currently registered with Storage Manager.
PARAMETERS
-Id <String[]>
Filters the retrieved providers by ID.
Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that
matches exactly one of the string values in that list.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String[]>
Filters the retrieved providers by name.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? true
-Refresh [<SwitchParameter>]
Synchronizes the providers before retrieving data. The operation is synchronous.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Server <VIServer[]>
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this
parameter, the command runs on the default servers. For more information about default servers, see the
description of Connect-VIServer.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Zero or more VasaProvider objects
NOTES
-------------------------- Example 1 --------------------------
Get-VasaProvider -Name "MyProvider"
Retrieves all VASA providers named "MyProvider".
-------------------------- Example 2 --------------------------
Get-VasaProvider -Name "MyProvider" -Refresh
Synchronizes the providers and retrieves the VASA provider named "MyProvider".
-------------------------- Example 3 --------------------------
Get-VasaProvider -Id "MyProviderId"
Retrieves all VASA providers with ID set to "MyProviderId".
RELATED LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... vider.html
New-VasaProvider
Remove-VasaProvider
SYNOPSIS
This cmdlet retrieves the list of VASA providers that are currently registered with Storage Manager.
SYNTAX
Get-VasaProvider -Id <String[]> [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]
Get-VasaProvider [[-Name] <String[]>] [-Refresh] [-Server <VIServer[]>] [<CommonParameters>]
DESCRIPTION
This cmdlet retrieves the list of VASA providers that are currently registered with Storage Manager.
PARAMETERS
-Id <String[]>
Filters the retrieved providers by ID.
Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that
matches exactly one of the string values in that list.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String[]>
Filters the retrieved providers by name.
Required? false
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? true
-Refresh [<SwitchParameter>]
Synchronizes the providers before retrieving data. The operation is synchronous.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-Server <VIServer[]>
Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this
parameter, the command runs on the default servers. For more information about default servers, see the
description of Connect-VIServer.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? true
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
Zero or more VasaProvider objects
NOTES
-------------------------- Example 1 --------------------------
Get-VasaProvider -Name "MyProvider"
Retrieves all VASA providers named "MyProvider".
-------------------------- Example 2 --------------------------
Get-VasaProvider -Name "MyProvider" -Refresh
Synchronizes the providers and retrieves the VASA provider named "MyProvider".
-------------------------- Example 3 --------------------------
Get-VasaProvider -Id "MyProviderId"
Retrieves all VASA providers with ID set to "MyProviderId".
RELATED LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... vider.html
New-VasaProvider
Remove-VasaProvider