The following JSON schemas are used to represent resources in the /workerConfiguration collection in the Veeam Backup for Microsoft AzureREST API. Properties included in schemas can be used in POST and PUT requests.
WorkerConfigurationV2
Property
Type
Description
id
string
System ID assigned to a worker configuration added to the Veeam Backup for Microsoft Azure configuration.
minInstances
integer($int32)
The number of workers that Veeam Backup for Microsoft Azure must deploy before the backup and restore operation starts.
maxInstances
integer($int32)
The maximum number of workers that Veeam Backup for Microsoft Azure can deploy and use simultaneously during backup and restore operations.
Network security group that will be associated with the specified subnet.
virtualMachineType
string
Specify the size of the Azure VM where the worker instance is running.
numberOfCores
integer($int32)
Number of cores specified for the Azure VM.
_links
array
A list of methods and operations available for the /workerConfiguration collection in the Veeam Backup for Microsoft AzureREST API, and request URLs used to perform the operations.
WorkerVirtualNetworkV2
Property
Type
Description
name
string
Name of the network to which worker instances must be connected.
resourceId
string
Azure ID assigned to the virtual network.
subnet
string
Name of the subnet to which worker instances must be connected.
regionId
string
System ID assigned to an Azure region where the virtual network belongs.
resourceGroupId
string
Azure ID assigned to the resource group by Microsoft Azure.
subscriptionId
string($uuid)
Azure ID of the subscription where the Azure resource group resides.
resourceGroupName
string
Name of the Azure resource group.
RegionV2
Property
Type
Description
id
string
System ID assigned to an Azure region where the worker configuration resides.
name
string
Name of an Azure region where the worker configuration resides.
NetworkSecurityGroupV2
Property
Type
Description
id
string
Azure ID of a network security group.
name
string
Name of a network security group.
regionId
string
Azure ID of an Azure region where the network security group resides.
resourceGroupName
string
Name of an Azure region where the network security group resides.