Chaos.CapabilitiesCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability> CapabilitiesCreateOrUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender);
member this.CapabilitiesCreateOrUpdateViaJsonStringWithResult : string * 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 CapabilitiesCreateOrUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName As String, jsonString 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
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to