< Back
Get-vRAResourceAction
Post
NAME Get-vRAResourceAction
SYNOPSIS
Retrieve available Resource Actions for a resource
SYNTAX
Get-vRAResourceAction [-ResourceId] <String[]> [<CommonParameters>]
DESCRIPTION
A resourceAction is a specific type of ResourceOperation that is performed by submitting a request.
PARAMETERS
-ResourceId <String[]>
The id of the resource
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<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
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAResource -Name vm01 | Get-vRAResourceAction
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAResource -Name vm01 | Get-vRAResourceAction | Select Id, Name, BindingId
RELATED LINKS
SYNOPSIS
Retrieve available Resource Actions for a resource
SYNTAX
Get-vRAResourceAction [-ResourceId] <String[]> [<CommonParameters>]
DESCRIPTION
A resourceAction is a specific type of ResourceOperation that is performed by submitting a request.
PARAMETERS
-ResourceId <String[]>
The id of the resource
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
<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
System.String
OUTPUTS
System.Management.Automation.PSObject.
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-vRAResource -Name vm01 | Get-vRAResourceAction
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-vRAResource -Name vm01 | Get-vRAResourceAction | Select Id, Name, BindingId
RELATED LINKS