Chaos.CapabilitiesGetWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability> CapabilitiesGetWithResult(string subscriptionId, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.CapabilitiesGetWithResult : 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.ICapability>
Public Function CapabilitiesGetWithResult (subscriptionId As String, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICapability)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- parentProviderNamespace
- String
- parentResourceType
- String
- parentResourceName
- String
- targetName
- String
- capabilityName
- String
- eventListener
- IEventListener
- sender
- ISendAsync