Chaos.CapabilityTypesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapabilityType> CapabilityTypesGetWithResult(string subscriptionId, string locationName, string targetTypeName, string capabilityTypeName, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.CapabilityTypesGetWithResult : 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.ICapabilityType>
Public Function CapabilityTypesGetWithResult (subscriptionId As String, locationName As String, targetTypeName As String, capabilityTypeName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICapabilityType)

Parameters

subscriptionId
String
locationName
String
targetTypeName
String
capabilityTypeName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to