CloudService.CloudServicesUpdateWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- body
- ICloudServiceUpdate
- eventListener
- IEventListener
- sender
- ISendAsync
- serializationMode
- SerializationMode