Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class BatchJobManagerTask implements JsonSerializable<BatchJobManag
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
* (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*/
@Generated
private final String commandLine;
Expand Down Expand Up @@ -229,7 +229,7 @@ public BatchJobManagerTask setDisplayName(String displayName) {
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*
* @return the commandLine value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class BatchJobNetworkConfiguration implements JsonSerializable<Batc
* must be enabled for inbound communication from the Azure Batch service. For Pools created with a Virtual Machine
* configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. Port 443 is
* also required to be open for outbound connections for communications to Azure Storage. For more details see:
* https://docs.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
* https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
*/
@Generated
private final String subnetId;
Expand All @@ -52,7 +52,7 @@ public final class BatchJobNetworkConfiguration implements JsonSerializable<Batc
* enabled for inbound communication from the Azure Batch service. For Pools created with a Virtual Machine
* configuration, enable ports 29876 and 29877, as well as port 22 for Linux and port 3389 for Windows. Port 443 is
* also required to be open for outbound connections for communications to Azure Storage. For more details see:
* https://docs.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
* https://learn.microsoft.com/azure/batch/batch-api-basics#virtual-network-vnet-and-firewall-configuration.
*
* @return the subnetId value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public final class BatchJobPreparationTask implements JsonSerializable<BatchJobP
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
* (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*/
@Generated
private final String commandLine;
Expand Down Expand Up @@ -176,7 +176,7 @@ public BatchJobPreparationTask setId(String id) {
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*
* @return the commandLine value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public final class BatchJobReleaseTask implements JsonSerializable<BatchJobRelea
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
* (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*/
@Generated
private final String commandLine;
Expand Down Expand Up @@ -155,7 +155,7 @@ public BatchJobReleaseTask setId(String id) {
* to take advantage of such features, you should invoke the shell in the command line, for example using "cmd /c
* MyCommand" in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use
* a relative path (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*
* @return the commandLine value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public final class BatchNode implements JsonSerializable<BatchNode> {
/*
* The size of the virtual machine hosting the Compute Node. For information about available sizes of virtual
* machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*/
@Generated
private String vmSize;
Expand Down Expand Up @@ -284,7 +284,7 @@ public String getAffinityId() {
/**
* Get the vmSize property: The size of the virtual machine hosting the Compute Node. For information about
* available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*
* @return the vmSize value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,9 @@ public final class BatchPool implements JsonSerializable<BatchPool> {

/*
* The size of virtual machines in the Pool. All virtual machines in a Pool are the same size. For information about
* available VM sizes, see Sizes for Virtual Machines (Linux)
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
* series).
* available VM sizes, see Sizes for Virtual Machines in Azure
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*/
@Generated
private String vmSize;
Expand Down Expand Up @@ -382,11 +380,9 @@ public OffsetDateTime getAllocationStateTransitionTime() {

/**
* Get the vmSize property: The size of virtual machines in the Pool. All virtual machines in a Pool are the same
* size. For information about available VM sizes, see Sizes for Virtual Machines (Linux)
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
* series).
* size. For information about available VM sizes, see Sizes for Virtual Machines in Azure
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ public final class BatchPoolCreateContent implements JsonSerializable<BatchPoolC
/*
* The size of virtual machines in the Pool. All virtual machines in a Pool are the same size. For information about
* available VM sizes for Pools using Images from the Virtual Machines Marketplace (pools created with
* virtualMachineConfiguration), see Sizes for Virtual Machines (Linux)
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
* series).
* virtualMachineConfiguration), see Sizes for Virtual Machines in Azure
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*/
@Generated
private final String vmSize;
Expand Down Expand Up @@ -102,7 +100,7 @@ public final class BatchPoolCreateContent implements JsonSerializable<BatchPoolC
* enableAutoScale is set to false. It is required if enableAutoScale is set to true. The formula is checked for
* validity before the Pool is created. If the formula is not valid, the Batch service rejects the request with
* detailed error information. For more information about specifying this formula, see 'Automatically scale Compute
* Nodes in an Azure Batch Pool' (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
* Nodes in an Azure Batch Pool' (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
*/
@Generated
private String autoScaleFormula;
Expand Down Expand Up @@ -246,11 +244,9 @@ public BatchPoolCreateContent setDisplayName(String displayName) {
/**
* Get the vmSize property: The size of virtual machines in the Pool. All virtual machines in a Pool are the same
* size. For information about available VM sizes for Pools using Images from the Virtual Machines Marketplace
* (pools created with virtualMachineConfiguration), see Sizes for Virtual Machines (Linux)
* (https://azure.microsoft.com/documentation/articles/virtual-machines-linux-sizes/) or Sizes for Virtual Machines
* (Windows) (https://azure.microsoft.com/documentation/articles/virtual-machines-windows-sizes/). Batch supports
* all Azure VM sizes except STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2
* series).
* (pools created with virtualMachineConfiguration), see Sizes for Virtual Machines in Azure
* (https://learn.microsoft.com/azure/virtual-machines/sizes/overview). Batch supports all Azure VM sizes except
* STANDARD_A0 and those with premium storage (STANDARD_GS, STANDARD_DS, and STANDARD_DSV2 series).
*
* @return the vmSize value.
*/
Expand Down Expand Up @@ -424,7 +420,7 @@ public BatchPoolCreateContent setEnableAutoScale(Boolean enableAutoScale) {
* formula is checked for validity before the Pool is created. If the formula is not valid, the Batch service
* rejects the request with detailed error information. For more information about specifying this formula, see
* 'Automatically scale Compute Nodes in an Azure Batch Pool'
* (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
* (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
*
* @return the autoScaleFormula value.
*/
Expand All @@ -439,7 +435,7 @@ public String getAutoScaleFormula() {
* formula is checked for validity before the Pool is created. If the formula is not valid, the Batch service
* rejects the request with detailed error information. For more information about specifying this formula, see
* 'Automatically scale Compute Nodes in an Azure Batch Pool'
* (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling/).
* (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
*
* @param autoScaleFormula the autoScaleFormula value to set.
* @return the BatchPoolCreateContent object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class BatchPoolEvaluateAutoScaleContent implements JsonSerializable
* The formula for the desired number of Compute Nodes in the Pool. The formula is validated and its results
* calculated, but it is not applied to the Pool. To apply the formula to the Pool, 'Enable automatic scaling on a
* Pool'. For more information about specifying this formula, see Automatically scale Compute Nodes in an Azure
* Batch Pool (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling).
* Batch Pool (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
*/
@Generated
private final String autoScaleFormula;
Expand All @@ -40,8 +40,7 @@ public BatchPoolEvaluateAutoScaleContent(String autoScaleFormula) {
* Get the autoScaleFormula property: The formula for the desired number of Compute Nodes in the Pool. The formula
* is validated and its results calculated, but it is not applied to the Pool. To apply the formula to the Pool,
* 'Enable automatic scaling on a Pool'. For more information about specifying this formula, see Automatically scale
* Compute Nodes in an Azure Batch Pool
* (https://azure.microsoft.com/documentation/articles/batch-automatic-scaling).
* Compute Nodes in an Azure Batch Pool (https://learn.microsoft.com/azure/batch/batch-automatic-scaling).
*
* @return the autoScaleFormula value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class BatchPoolSpecification implements JsonSerializable<BatchPoolS
/*
* The size of the virtual machines in the Pool. All virtual machines in a Pool are the same size. For information
* about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*/
@Generated
private final String vmSize;
Expand Down Expand Up @@ -200,7 +200,7 @@ public BatchPoolSpecification setDisplayName(String displayName) {
/**
* Get the vmSize property: The size of the virtual machines in the Pool. All virtual machines in a Pool are the
* same size. For information about available sizes of virtual machines in Pools, see Choose a VM size for Compute
* Nodes in an Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* Nodes in an Azure Batch Pool (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*
* @return the vmSize value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static BatchPoolUpdateContent fromJson(JsonReader jsonReader) throws IOEx
/*
* The size of virtual machines in the Pool. For information about available sizes of virtual machines in Pools, see
* Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).<br /><br />This field can be updated only when the
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).<br /><br />This field can be updated only when the
* pool is empty.
*/
@Generated
Expand Down Expand Up @@ -372,7 +372,7 @@ public BatchPoolUpdateContent setDisplayName(String displayName) {
/**
* Get the vmSize property: The size of virtual machines in the Pool. For information about available sizes of
* virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).&lt;br /&gt;&lt;br /&gt;This field can be updated
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).&lt;br /&gt;&lt;br /&gt;This field can be updated
* only when the pool is empty.
*
* @return the vmSize value.
Expand All @@ -385,7 +385,7 @@ public String getVmSize() {
/**
* Set the vmSize property: The size of virtual machines in the Pool. For information about available sizes of
* virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).&lt;br /&gt;&lt;br /&gt;This field can be updated
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).&lt;br /&gt;&lt;br /&gt;This field can be updated
* only when the pool is empty.
*
* @param vmSize the vmSize value to set.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class BatchPoolUsageMetrics implements JsonSerializable<BatchPoolUs
/*
* The size of virtual machines in the Pool. All VMs in a Pool are the same size. For information about available
* sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an Azure Batch Pool
* (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*/
@Generated
private final String vmSize;
Expand Down Expand Up @@ -104,7 +104,7 @@ public OffsetDateTime getEndTime() {
/**
* Get the vmSize property: The size of virtual machines in the Pool. All VMs in a Pool are the same size. For
* information about available sizes of virtual machines in Pools, see Choose a VM size for Compute Nodes in an
* Azure Batch Pool (https://docs.microsoft.com/azure/batch/batch-pool-vm-sizes).
* Azure Batch Pool (https://learn.microsoft.com/azure/batch/batch-pool-vm-sizes).
*
* @return the vmSize value.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class BatchStartTask implements JsonSerializable<BatchStartTask> {
* features, you should invoke the shell in the command line, for example using "cmd /c MyCommand" in Windows or
* "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative path
* (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*/
@Generated
private final String commandLine;
Expand Down Expand Up @@ -114,7 +114,7 @@ public BatchStartTask(String commandLine) {
* advantage of such features, you should invoke the shell in the command line, for example using "cmd /c MyCommand"
* in Windows or "/bin/sh -c MyCommand" in Linux. If the command line refers to file paths, it should use a relative
* path (relative to the Task working directory), or use the Batch provided environment variable
* (https://docs.microsoft.com/azure/batch/batch-compute-node-environment-variables).
* (https://learn.microsoft.com/azure/batch/batch-compute-node-environment-variables).
*
* @return the commandLine value.
*/
Expand Down
Loading
Loading