CloudService.CloudServicesUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudService> CloudServicesUpdateWithResult(string subscriptionId, string resourceGroupName, string cloudServiceName, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceUpdate 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.CloudServicesUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceUpdate * 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 CloudServicesUpdateWithResult (subscriptionId As String, resourceGroupName As String, cloudServiceName As String, body As ICloudServiceUpdate, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of ICloudService)

Parameters

subscriptionId
String
resourceGroupName
String
cloudServiceName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to