ArmDesktopVirtualizationModelFactory.HostPoolUpdateControlContent 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.
Object containing control action for hostpool update.
public static Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateControlContent HostPoolUpdateControlContent(Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateAction action = default, string cancelMessage = default);
static member HostPoolUpdateControlContent : Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateAction * string -> Azure.ResourceManager.DesktopVirtualization.Models.HostPoolUpdateControlContent
Public Shared Function HostPoolUpdateControlContent (Optional action As HostPoolUpdateAction = Nothing, Optional cancelMessage As String = Nothing) As HostPoolUpdateControlContent
Parameters
- action
- HostPoolUpdateAction
Action types for controlling hostpool update.
- cancelMessage
- String
The cancel message sent to the user on the session host. This is can only be specified if the action is 'Cancel'.
Returns
A new HostPoolUpdateControlContent instance for mocking.