PeeringServicePrefix.DefinitionStages.WithParentResource Interface

public static interface PeeringServicePrefix.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingPeeringService(String resourceGroupName, String peeringServiceName)

Specifies resourceGroupName, peeringServiceName.

Method Details

withExistingPeeringService

public abstract PeeringServicePrefix.DefinitionStages.WithCreate withExistingPeeringService(String resourceGroupName, String peeringServiceName)

Specifies resourceGroupName, peeringServiceName.

Parameters:

resourceGroupName - The name of the resource group.
peeringServiceName - The name of the peering service.

Returns:

the next definition stage.

Applies to