CloudService.CloudServicesCreateOrUpdateViaIdentityWithResult Method

Definition

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

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to