Chaos.TargetsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITarget> TargetsCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string parentProviderNamespace, string parentResourceType, string parentResourceName, string targetName, Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITarget 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.TargetsCreateOrUpdateWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.ITarget * 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.ITarget>
Public Function TargetsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, parentProviderNamespace As String, parentResourceType As String, parentResourceName As String, targetName As String, body As ITarget, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Chaos.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ITarget)

Parameters

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

Returns

Applies to