Appends a block from a specified file to an existing Append blob.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| AppendBlob | In | InArgument<UiPath.Azure.Models.Blob> |
✓ | ||
| FileToUpload | In | InArgument<String> |
|||
| FileResourceToUpload | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Copies a blob to another blob container within the storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SourceBlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| SourceBlobName | In | InArgument<String> |
✓ | ||
| DestinationBlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| DestinationBlobName | In | InArgument<String> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
✓ | ||
| Timeout | In | InArgument<Int32> |
|||
| DestinationBlob | Out | OutArgument<UiPath.Azure.Models.Blob> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new blob container under the specified storage account or updates an existing one.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ContainerName | In | InArgument<String> |
✓ | ||
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
|||
| StorageAccountKey | In | InArgument<Security.SecureString> |
|||
| SASToken | In | InArgument<Security.SecureString> |
|||
| PublicAccessLevel | In | InArgument<UiPath.Core.ContainerPublicAccessLevel> |
✓ | ||
| Metadata | In | InArgument<Data.DataTable> |
|||
| StorageAccountName | In | InArgument<String> |
|||
| ResourceGroupName | In | InArgument<String> |
|||
| BlobContainer | Out | OutArgument<UiPath.Azure.Models.BlobContainer> |
|||
| BlobEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| AuthenticationType | property | UiPath.Core.StorageAccountAuthenticationType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified blob.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Blob | In | InArgument<UiPath.Azure.Models.Blob> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified blob container.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Download a blob to a local file
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Blob | In | InArgument<UiPath.Azure.Models.Blob> |
✓ | ||
| Folder | In | InArgument<String> |
|||
| FileName | In | InArgument<String> |
|||
| Overwrite | In | InArgument<Boolean> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| FilePath | Out | OutArgument<String> |
|||
| File | Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each blob in a specified container.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| NameStartsWith | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each blob container in the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
|||
| StorageAccountKey | In | InArgument<Security.SecureString> |
|||
| SASToken | In | InArgument<Security.SecureString> |
|||
| NameStartsWith | In | InArgument<String> |
|||
| StorageAccountName | In | InArgument<String> |
|||
| ResourceGroupName | In | InArgument<String> |
|||
| BlobEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| AuthenticationType | property | UiPath.Core.StorageAccountAuthenticationType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details about a specified blob.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| BlobName | In | InArgument<String> |
✓ | ||
| Blob | Out | OutArgument<UiPath.Azure.Models.Blob> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details for the specified blob container.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
|||
| ContainerName | In | InArgument<String> |
✓ | ||
| StorageAccountKey | In | InArgument<Security.SecureString> |
|||
| SASToken | In | InArgument<Security.SecureString> |
|||
| StorageAccountName | In | InArgument<String> |
|||
| ResourceGroupName | In | InArgument<String> |
|||
| BlobContainer | Out | OutArgument<UiPath.Azure.Models.BlobContainer> |
|||
| BlobEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| AuthenticationType | property | UiPath.Core.StorageAccountAuthenticationType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the blob containers from the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
|||
| StorageAccountKey | In | InArgument<Security.SecureString> |
|||
| SASToken | In | InArgument<Security.SecureString> |
|||
| MaximumItems | In | InArgument<Nullable<Int32>> |
|||
| NameStartsWith | In | InArgument<String> |
|||
| StorageAccountName | In | InArgument<String> |
|||
| ResourceGroupName | In | InArgument<String> |
|||
| BlobContainerList | Out | OutArgument<UiPath.Azure.Models.BlobContainer[]> |
|||
| BlobEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| AuthenticationType | property | UiPath.Core.StorageAccountAuthenticationType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of blobs in the specified container.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| MaximumItems | In | InArgument<Nullable<Int32>> |
|||
| NameStartsWith | In | InArgument<String> |
|||
| BlobList | Out | OutArgument<UiPath.Azure.Models.Blob[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the access tier on a blob.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Blob | In | InArgument<UiPath.Azure.Models.Blob> |
✓ | ||
| BlobAccessTier | In | InArgument<UiPath.Core.AccessTierBlob> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new blob or updates an existing one from the specified file.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| BlobContainer | In | InArgument<UiPath.Azure.Models.BlobContainer> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| Type | In | InArgument<UiPath.Core.AzureBlobType> |
✓ | ||
| UploadVhdFileAsPageBlob | In | InArgument<Boolean> |
✓ | ||
| FileToUpload | In | InArgument<String> |
|||
| FileResourceToUpload | In | InArgument<UiPath.Platform.ResourceHandling.IResource> |
|||
| ContentType | In | InArgument<String> |
|||
| Metadata | In | InArgument<Data.DataTable> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| BlobAccessTier | In | InArgument<UiPath.Core.AccessTierBlob> |
|||
| Blob | Out | OutArgument<UiPath.Azure.Models.Blob> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a secret in a key vault.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| KeyVaultName | In | InArgument<String> |
✓ | ||
| SecretName | In | InArgument<String> |
✓ | ||
| KeyVaultEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves a list of secrets.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| KeyVaultName | In | InArgument<String> |
✓ | ||
| SecretsFilter | In | InArgument<String[]> |
|||
| Secrets | Out | OutArgument<UiPath.Azure.Models.SecretInfo[]> |
|||
| KeyVaultEnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates or updates an IP configuration.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NetworkInterface | In | InArgument<UiPath.Azure.Models.NetworkInterface> |
✓ | ||
| PrivateIpAddress | In | InArgument<String> |
|||
| PublicIpAddressName | In | InArgument<String> |
|||
| IpConfiguration | Out | OutArgument<UiPath.Azure.Models.IPConfiguration> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates or updates a network interface.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| VirtualNetworkName | In | InArgument<String> |
✓ | ||
| SubnetName | In | InArgument<String> |
✓ | ||
| KeepExisting | In | InArgument<Boolean> |
|||
| PrivateIpAddress | In | InArgument<String> |
|||
| PublicIpAddressName | In | InArgument<String> |
|||
| NSGName | In | InArgument<String> |
|||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<Data.DataTable> |
|||
| EnableIpForwarding | In | InArgument<Boolean> |
|||
| EnableAcceleratedNetworking | In | InArgument<Boolean> |
|||
| NetworkInterface | Out | OutArgument<UiPath.Azure.Models.NetworkInterface> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes an IP configuration.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| NetworkInterface | In | InArgument<UiPath.Azure.Models.NetworkInterface> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a network interface.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NetworkInterface | In | InArgument<UiPath.Azure.Models.NetworkInterface> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each network interface within the current subscription matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Location | In | InArgument<String> |
|||
| NameStartsWith | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of a network interface.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| NetworkInterface | Out | OutArgument<UiPath.Azure.Models.NetworkInterface> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets all network interfaces associated with a network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NSGName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| NetworkInterfaces | Out | OutArgument<UiPath.Azure.Models.NetworkInterface[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets all network interfaces associated with a virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| NetworkInterfaces | Out | OutArgument<UiPath.Azure.Models.NetworkInterface[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates or updates a network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Region | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<Data.DataTable> |
|||
| NetworkSecurityGroup | Out | OutArgument<UiPath.Azure.Models.NetworkSecurityGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NetworkSecurityGroup | In | InArgument<UiPath.Azure.Models.NetworkSecurityGroup> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each network security group within the current subscription matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of a network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| NetworkSecurityGroup | Out | OutArgument<UiPath.Azure.Models.NetworkSecurityGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets all network security groups associated with a virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| NetworkSecurityGroups | Out | OutArgument<UiPath.Azure.Models.NetworkSecurityGroup[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates or updates a security rule in the specified network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NetworkSecurityGroup | In | InArgument<UiPath.Azure.Models.NetworkSecurityGroup> |
✓ | ||
| Action | In | InArgument<UiPath.Core.SecurityRuleAction> |
✓ | ||
| Description | In | InArgument<String> |
|||
| Direction | In | InArgument<UiPath.Core.SecurityRuleDirection> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| Priority | In | InArgument<Int32> |
✓ | ||
| Protocol | In | InArgument<UiPath.Core.SecurityRuleProtocol> |
✓ | ||
| SourcePortRanges | In | InArgument<String> |
✓ | ||
| SourceAddressPrefixes | In | InArgument<String> |
✓ | ||
| DestinationPortRanges | In | InArgument<String> |
✓ | ||
| DestinationAddressPrefixes | In | InArgument<String> |
✓ | ||
| SecurityRule | Out | OutArgument<UiPath.Azure.Models.NSGSecurityRule> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a security rule.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SecurityRule | In | InArgument<UiPath.Azure.Models.NSGSecurityRule> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of a security rule.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RuleName | In | InArgument<String> |
✓ | ||
| NSGName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| SecurityRule | Out | OutArgument<UiPath.Azure.Models.NSGSecurityRule> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets all security rules in a network security group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| NSGName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| SecurityRules | Out | OutArgument<UiPath.Azure.Models.NSGSecurityRule[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new resource group or updates an existing one.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Region | In | InArgument<String> |
✓ | ||
| Tags | In | InArgument<Data.DataTable> |
|||
| ResourceGroup | Out | OutArgument<UiPath.Azure.Models.ResourceGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Permanently deletes the specified resource group and all the resources in it.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroup | In | InArgument<UiPath.Azure.Models.ResourceGroup> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of a resource group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroup | Out | OutArgument<UiPath.Azure.Models.ResourceGroup> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of resource groups in the current subscription.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ResourceGroupList | Out | OutArgument<UiPath.Azure.Models.ResourceGroup[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects to Azure and provides a scope for other Azure activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SubscriptionId | In | InArgument<String> |
✓ | ||
| TenantId | In | InArgument<String> |
✓ | ||
| ClientId | In | InArgument<String> |
✓ | ||
| ClientSecret | In | InArgument<Security.SecureString> |
✓ | ||
| EnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
Connects to Azure and provides a scope for other Azure activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SubscriptionId | In | InArgument<String> |
✓ | ||
| TenantId | In | InArgument<String> |
✓ | ||
| ClientId | In | InArgument<String> |
✓ | ||
| ClientSecret | In | InArgument<Security.SecureString> |
✓ | ||
| EnvironmentType | In | InArgument<UiPath.Core.EnvironmentType> |
Performs an activity or a series of activities on each security alert matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Location | In | InArgument<String> |
|||
| ODataFilter | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the details of a security alert at subscription or resource group level.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UniqueName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
|||
| SecurityAlert | Out | OutArgument<UiPath.Azure.Models.SecurityAlert> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Reactivates or dismisses a security alert.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UniqueName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| NewState | In | InArgument<UiPath.Core.SecurityAlertState> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new storage account or updates an existing one.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| StorageAccountName | In | InArgument<String> |
✓ | ||
| SecureTransferRequired | In | InArgument<Boolean> |
|||
| Region | In | InArgument<String> |
|||
| Sku | In | InArgument<UiPath.Core.SkuNameStorage> |
✓ | ||
| AccountKind | In | InArgument<UiPath.Core.AccountKindStorage> |
|||
| AccessTier | In | InArgument<UiPath.Core.AccessTierStorage> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| CreatedStorageAccount | Out | OutArgument<UiPath.Azure.Models.StorageAccount> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| StorageAccountName | In | InArgument<String> |
✓ | ||
| StorageAccount | Out | OutArgument<UiPath.Azure.Models.StorageAccount> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the storage account key for the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| KeyNumber | In | InArgument<UiPath.Core.KeyNumber> |
✓ | ||
| StorageAccountKey | Out | OutArgument<Security.SecureString> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets a list of storage accounts. If the resource group name is set, it only retrieves a list of the storage accounts in the specified resource group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| StorageAccountList | Out | OutArgument<UiPath.Azure.Models.StorageAccount[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Generates a new storage account key.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| KeyNumber | In | InArgument<UiPath.Core.KeyNumber> |
✓ | ||
| StorageAccountKey | Out | OutArgument<Security.SecureString> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new table under the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| StorageAccountKey | In | InArgument<Security.SecureString> |
✓ | ||
| TableName | In | InArgument<String> |
✓ | ||
| Table | Out | OutArgument<UiPath.Azure.Models.Table> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified rows.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| Rows | In | InArgument<UiPath.Azure.Models.Row[]> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified table.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each row matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| MaximumItems | In | InArgument<Nullable<Int32>> |
|||
| Select | In | InArgument<String[]> |
|||
| ODataFilter | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the specified table row.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| PartitionKey | In | InArgument<String> |
✓ | ||
| RowKey | In | InArgument<String> |
✓ | ||
| Row | Out | OutArgument<UiPath.Azure.Models.Row> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of rows matching the filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| MaximumItems | In | InArgument<Nullable<Int32>> |
|||
| Select | In | InArgument<String[]> |
|||
| ODataFilter | In | InArgument<String> |
|||
| Rows | Out | OutArgument<UiPath.Azure.Models.Row[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details for the specified table.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| StorageAccountKey | In | InArgument<Security.SecureString> |
✓ | ||
| TableName | In | InArgument<String> |
✓ | ||
| Table | Out | OutArgument<UiPath.Azure.Models.Table> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the tables from the specified storage account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| StorageAccount | In | InArgument<UiPath.Azure.Models.StorageAccount> |
✓ | ||
| StorageAccountKey | In | InArgument<Security.SecureString> |
✓ | ||
| MaximumItems | In | InArgument<Nullable<Int32>> |
|||
| NameStartsWith | In | InArgument<String> |
|||
| TableList | Out | OutArgument<UiPath.Azure.Models.Table[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Inserts new rows in the specified table or replaces them if they already exist.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Table | In | InArgument<UiPath.Azure.Models.Table> |
✓ | ||
| Rows | In | InArgument<UiPath.Azure.Models.Row[]> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| InsertType | property | UiPath.Core.TableInsertType |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects the Robot in a given virtual machine to UiPath Orchestrator.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| OrchestratorURL | In | InArgument<String> |
|||
| MachineKey | In | InArgument<String> |
|||
| OrchestratorConnectionString | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Attaches an existing data disk to the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| DataDisk | In | InArgument<UiPath.Azure.Models.VirtualMachineDisk> |
✓ | ||
| HostCaching | In | InArgument<UiPath.Core.HostCaching> |
✓ | ||
| LogicalUnitNumber | In | InArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Create a snapshot based on the disk provided
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Disk | In | InArgument<UiPath.Azure.Models.VirtualMachineDisk> |
✓ | ||
| SnapshotName | In | InArgument<String> |
✓ | ||
| Snapshot | Out | OutArgument<UiPath.Azure.Models.Snapshot> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new virtual machine from a disk or image.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| Region | In | InArgument<String> |
✓ | ||
| Disk | In | InArgument<UiPath.Azure.Models.VirtualMachineDisk> |
|||
| Image | In | InArgument<UiPath.Azure.Models.VirtualMachineImage> |
|||
| ImageLicensed | In | InArgument<UiPath.Core.ImageLicenseType> |
|||
| Size | In | InArgument<String> |
✓ | ||
| OsDiskType | In | InArgument<UiPath.Core.SkuNameDisk> |
|||
| DnsName | In | InArgument<String> |
|||
| ComputerName | In | InArgument<String> |
|||
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
|||
| SshPublicKey | In | InArgument<Security.SecureString> |
|||
| VirtualNetworkName | In | InArgument<String> |
|||
| SubnetName | In | InArgument<String> |
|||
| HasPublicIpAddress | In | InArgument<Boolean> |
|||
| PublicIpAddressName | In | InArgument<String> |
|||
| NicNetworkSecurityGroup | In | InArgument<UiPath.Core.NicNetworkSecurityGroup> |
|||
| PublicInboundPorts | In | InArgument<Int32[]> |
|||
| NetworkSecurityGroupName | In | InArgument<String> |
|||
| Tags | In | InArgument<Data.DataTable> |
|||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| VirtualMachine | Out | OutArgument<UiPath.Azure.Models.VirtualMachine> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Delete a snapshot
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Snapshot | In | InArgument<UiPath.Azure.Models.Snapshot> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
✓ | ||
| DeleteAttachedDisks | In | InArgument<Boolean> |
✓ | ||
| DeleteAttachedNetworkInterfaces | In | InArgument<Boolean> |
✓ | ||
| DeleteAttachedPublicIps | In | InArgument<Boolean> |
✓ | ||
| DeleteAttachedVirtualNetworks | In | InArgument<Boolean> |
✓ | ||
| DeleteAttachedNetworkSecurityGroups | In | InArgument<Boolean> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Detaches the specified data disk from the virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| DataDisk | In | InArgument<UiPath.Azure.Models.VirtualMachineDisk> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of a specified disk.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| DiskName | In | InArgument<String> |
✓ | ||
| Disk | Out | OutArgument<UiPath.Azure.Models.VirtualMachineDisk> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves all disks in the current subscription.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| DiskList | Out | OutArgument<UiPath.Azure.Models.VirtualMachineDisk[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the RDP (Remote Desktop Protocol) file(s) for a specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| PortNumber | In | InArgument<Int32> |
✓ | ||
| Folder | In | InArgument<String> |
|||
| FileNamePrefix | In | InArgument<String> |
|||
| RdpFilePaths | Out | OutArgument<String[]> |
|||
| RdpFiles | Out | OutArgument<UiPath.Platform.ResourceHandling.ILocalResource[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details of a specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachineName | In | InArgument<String> |
✓ | ||
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| VirtualMachine | Out | OutArgument<UiPath.Azure.Models.VirtualMachine> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details about a custom virtual machine image.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
✓ | ||
| ImageName | In | InArgument<String> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| Image | Out | OutArgument<UiPath.Azure.Models.VirtualMachineImage> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves a list of custom virtual machines images within the current subscription.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ImageList | Out | OutArgument<UiPath.Azure.Models.VirtualMachineImage[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves all disks associated with the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| DiskList | Out | OutArgument<UiPath.Azure.Models.VirtualMachineDisk[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the details about a custom virtual machine image from a specified publisher.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Region | In | InArgument<String> |
✓ | ||
| PublisherName | In | InArgument<String> |
✓ | ||
| Offer | In | InArgument<String> |
✓ | ||
| Sku | In | InArgument<String> |
✓ | ||
| Version | In | InArgument<String> |
✓ | ||
| Image | Out | OutArgument<UiPath.Azure.Models.VirtualMachineImage> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves a list of virtual machines within the current subscription.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ResourceGroupName | In | InArgument<String> |
|||
| IncludeNetworkingDetails | In | InArgument<Boolean> |
✓ | ||
| PowerState | In | InArgument<UiPath.Core.VmPowerStateFilter> |
✓ | ||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| VirtualMachineList | Out | OutArgument<UiPath.Azure.Models.VirtualMachine[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Restarts a virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Runs a script on the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| Script | In | InArgument<String> |
✓ | ||
| ScriptType | In | InArgument<UiPath.Core.ScriptType> |
✓ | ||
| ScriptArguments | In | InArgument<Data.DataTable> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ScriptResults | Out | OutArgument<UiPath.Azure.Models.ScriptOutput[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Shuts down the Operating System of the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Starts the specified virtual machine.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Stops a virtual machine by deallocating the hardware and network resources Azure previously provisioned for it.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| VirtualMachine | In | InArgument<UiPath.Azure.Models.VirtualMachine> |
✓ | ||
| ReservePublicIpAddress | In | InArgument<Boolean> |
✓ | ||
| WaitForCompletion | In | InArgument<Boolean> |
|||
| Timeout | In | InArgument<Nullable<Int32>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |