Chaos.CapabilitiesCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ICapability> CapabilitiesCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, string capabilityName, 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.CapabilitiesCreateOrUpdateWithResult : string * string * string * string * string * string * 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 CapabilitiesCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, capabilityName 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

subscriptionId
String
resourceGroupName
String
parentProviderNamespace
String
parentResourceType
String
parentResourceName
String
targetName
String
capabilityName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to