Assigns users and groups to an application group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ApplicationGroup | In | InArgument<UiPath.AzureWVD.Models.WVDApplicationGroup> |
✓ | ||
| UsersAndGroupsIds | In | InArgument<String[]> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each application group, in the current subscription, that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| ApplicationGroupType | In | InArgument<String> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets details about an application group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ApplicationGroupName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| ApplicationGroup | Out | OutArgument<UiPath.AzureWVD.Models.WVDApplicationGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes users and groups from an application group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ApplicationGroup | In | InArgument<UiPath.AzureWVD.Models.WVDApplicationGroup> |
✓ | ||
| UsersAndGroupsIds | In | InArgument<String[]> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects to Azure Virtual Desktop and provides a scope for other Azure Virtual Desktop activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ClientID | In | InArgument<String> |
✓ | ||
| ClientSecret | In | InArgument<Security.SecureString> |
✓ | ||
| SubscriptionID | In | InArgument<String> |
✓ | ||
| TenantID | In | InArgument<String> |
✓ | ||
| Environment | In | InArgument<UiPath.Core.AzureWVDEnvironment> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
Adds an existing Azure virtual machine to the specified host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPool | In | InArgument<UiPath.AzureWVD.Models.WVDHostPool> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| DomainToJoin | In | InArgument<String> |
|||
| DomainOrganizationalUnit | In | InArgument<String> |
|||
| DomainUsername | In | InArgument<String> |
✓ | ||
| DomainUserPassword | In | InArgument<Security.SecureString> |
✓ | ||
| SessionHost | Out | OutArgument<UiPath.AzureWVD.Models.WVDSessionHost> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitForCompletion | property | Boolean |
|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new host pool. A default desktop application group is created by the activity.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Description | In | InArgument<String> |
|||
| FriendlyName | In | InArgument<String> |
|||
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Region | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<Data.DataTable> |
|||
| Workspace | In | InArgument<String> |
|||
| PooledDesktopMaxSessionLimit | In | InArgument<Nullable<Int32>> |
|||
| HostPool | Out | OutArgument<UiPath.AzureWVD.Models.WVDHostPool> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ValidationEnvironment | property | Boolean |
|
| Type | property | UiPath.Core.HostPoolType |
|
| PersonalDesktopAssignmentType | property | UiPath.Core.PersonalDesktopAssignmentType |
|
| PooledDesktopLoadBalancing | property | UiPath.Core.LoadBalancerType |
|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPool | In | InArgument<UiPath.AzureWVD.Models.WVDHostPool> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each host pool in the current subscription.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets details about a host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPoolName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| HostPool | Out | OutArgument<UiPath.AzureWVD.Models.WVDHostPool> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates a host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPool | In | InArgument<UiPath.AzureWVD.Models.WVDHostPool> |
✓ | ||
| Description | In | InArgument<String> |
|||
| FriendlyName | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| ValidationEnvironment | In | InArgument<Boolean> |
|||
| PooledMaxSessionLimit | In | InArgument<Nullable<Int32>> |
|||
| PooledLoadBalancing | In | InArgument<String> |
|||
| PersonalDesktopAssignmentType | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a session host.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SessionHost | In | InArgument<UiPath.AzureWVD.Models.WVDSessionHost> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each session host within the specified host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPool | In | InArgument<UiPath.AzureWVD.Models.WVDHostPool> |
✓ | ||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets details about a session host within the specified host pool.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| HostPool | In | InArgument<UiPath.AzureWVD.Models.WVDHostPool> |
✓ | ||
| SessionHostName | In | InArgument<String> |
✓ | ||
| SessionHost | Out | OutArgument<UiPath.AzureWVD.Models.WVDSessionHost> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates a session host.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SessionHost | In | InArgument<UiPath.AzureWVD.Models.WVDSessionHost> |
✓ | ||
| AllowNewSession | In | InArgument<Boolean> |
|||
| AssignedUser | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes (logs off) a user session.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserSession | In | InArgument<UiPath.AzureWVD.Models.WVDUserSession> |
✓ | ||
| Force | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Disconnects a user session.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserSession | In | InArgument<UiPath.AzureWVD.Models.WVDUserSession> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each user session within a specified session host.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SessionHost | In | InArgument<UiPath.AzureWVD.Models.WVDSessionHost> |
✓ | ||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sends a message to a user session.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserSession | In | InArgument<UiPath.AzureWVD.Models.WVDUserSession> |
✓ | ||
| MessageTitle | In | InArgument<String> |
✓ | ||
| MessageBody | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new workspace.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Description | In | InArgument<String> |
|||
| FriendlyName | In | InArgument<String> |
|||
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Region | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<Data.DataTable> |
|||
| ApplicationGroupsToRegister | In | InArgument<String[]> |
|||
| Workspace | Out | OutArgument<UiPath.AzureWVD.Models.WVDWorkspace> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a workspace.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Workspace | In | InArgument<UiPath.AzureWVD.Models.WVDWorkspace> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each workspace, in the current subscription, that matches the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Index | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets details about a workspace.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| WorkspaceName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Workspace | Out | OutArgument<UiPath.AzureWVD.Models.WVDWorkspace> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates a workspace.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Workspace | In | InArgument<UiPath.AzureWVD.Models.WVDWorkspace> |
✓ | ||
| Description | In | InArgument<String> |
|||
| FriendlyName | In | InArgument<String> |
|||
| ApplicationGroupsToAdd | In | InArgument<String[]> |
|||
| ApplicationGroupsToRemove | In | InArgument<String[]> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| ScopeTag | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |