DataBoxEdgeDevice.DefinitionStages.WithLocation Interface

public static interface DataBoxEdgeDevice.DefinitionStages.WithLocation

The stage of the DataBoxEdgeDevice 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 DataBoxEdgeDevice.DefinitionStages.WithResourceGroup withRegion(Region location)

Specifies the region for the resource.

Parameters:

location - The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed.

Returns:

the next definition stage.

withRegion

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

Specifies the region for the resource.

Parameters:

location - The location of the device. This is a supported and registered Azure geographical region (for example, West US, East US, or Southeast Asia). The geographical region of a device cannot be changed once it is created, but if an identical geographical region is specified on update, the request will succeed.

Returns:

the next definition stage.

Applies to