PeeringService.DefinitionStages.WithLocation Interface

public static interface PeeringService.DefinitionStages.WithLocation

The stage of the PeeringService definition allowing to specify location.

Method Summary

Modifier and Type Method and Description
abstract WithResourceGroup withRegion(Region location)

Specifies the region for the resource.

abstract WithResourceGroup withRegion(String location)

Specifies the region for the resource.

Method Details

withRegion

public abstract PeeringService.DefinitionStages.WithResourceGroup withRegion(Region location)

Specifies the region for the resource.

Parameters:

location - The location of the resource.

Returns:

the next definition stage.

withRegion

public abstract PeeringService.DefinitionStages.WithResourceGroup withRegion(String location)

Specifies the region for the resource.

Parameters:

location - The location of the resource.

Returns:

the next definition stage.

Applies to