Share via


Fleet.FleetUpdateStrategiesCreateOrUpdateViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
ifMatch
String
ifNoneMatch
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to