Chaos.CapabilitiesListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityListResult> CapabilitiesListWithResult(string subscriptionId, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string continuationToken, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.CapabilitiesListWithResult : string * string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityListResult>
Public Function CapabilitiesListWithResult (subscriptionId As String, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, continuationToken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICapabilityListResult)

Parameters

subscriptionId
String
resourceGroupName
String
parentProviderNamespace
String
parentResourceType
String
parentResourceName
String
targetName
String
continuationToken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to