CloudService.CloudServicesGetInstanceViewWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceInstanceView> CloudServicesGetInstanceViewWithResult(string subscriptionId, string resourceGroupName, string cloudServiceName, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.ISendAsync sender);
member this.CloudServicesGetInstanceViewWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ICloudServiceInstanceView>
Public Function CloudServicesGetInstanceViewWithResult (subscriptionId As String, resourceGroupName As String, cloudServiceName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ICloudServiceInstanceView)

Parameters

subscriptionId
String
resourceGroupName
String
cloudServiceName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to