FirewallRule.DefinitionStages.WithParentResource Interface

public static interface FirewallRule.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithStartIpAddress withExistingAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Method Details

withExistingAccount

public abstract FirewallRule.DefinitionStages.WithStartIpAddress withExistingAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Parameters:

resourceGroupName - The name of the Azure resource group.
accountName - The name of the Data Lake Analytics account.

Returns:

the next definition stage.

Applies to