Share via


DesktopVirtualizationClient.SessionHostsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHost> SessionHostsUpdateViaJsonStringWithResult (string subscriptionId, string resourceGroupName, string hostPoolName, string sessionHostName, bool? force, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.ISendAsync sender);
member this.SessionHostsUpdateViaJsonStringWithResult : string * string * string * string * Nullable<bool> * string * Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHost>
Public Function SessionHostsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, hostPoolName As String, sessionHostName As String, force As Nullable(Of Boolean), jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISessionHost)

Parameters

subscriptionId
String
resourceGroupName
String
hostPoolName
String
sessionHostName
String
force
Nullable<Boolean>
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to