Pool.DefinitionStages.WithParentResource Interface

public static interface Pool.DefinitionStages.WithParentResource

The stage of the Pool definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingBatchAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Method Details

withExistingBatchAccount

public abstract Pool.DefinitionStages.WithCreate withExistingBatchAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - A name for the Batch account which must be unique within the region. Batch account names must be between 3 and 24 characters in length and must use only numbers and lowercase letters. This name is used as part of the DNS name that is used to access the Batch service in the region in which the account is created. For example: http://accountname.region.batch.azure.com/.

Returns:

the next definition stage.

Applies to