Lezen in het Engels

Delen via


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 withExistingServer(String resourceGroupName, String serverName)

Specifies resourceGroupName, serverName.

Method Details

withExistingServer

public abstract FirewallRule.DefinitionStages.WithStartIpAddress withExistingServer(String resourceGroupName, String serverName)

Specifies resourceGroupName, serverName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Latest