Chaos.CapabilitiesCreateOrUpdateViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability> CapabilitiesCreateOrUpdateViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability body, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.CapabilitiesCreateOrUpdateViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability>
Public Function CapabilitiesCreateOrUpdateViaIdentityWithResult (viaIdentity As String, body As ICapability, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ICapability)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to