Frontend.DefinitionStages.WithParentResource Interface

public static interface Frontend.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingTrafficController(String resourceGroupName, String trafficControllerName)

Specifies resourceGroupName, trafficControllerName.

Method Details

withExistingTrafficController

public abstract Frontend.DefinitionStages.WithCreate withExistingTrafficController(String resourceGroupName, String trafficControllerName)

Specifies resourceGroupName, trafficControllerName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
trafficControllerName - traffic controller name for path.

Returns:

the next definition stage.

Applies to