Interface DataBoxEdgeDevice.DefinitionStages.WithLocation

All Known Subinterfaces:
DataBoxEdgeDevice.Definition, DataBoxEdgeDevice.DefinitionStages.Blank
Enclosing interface:
DataBoxEdgeDevice.DefinitionStages

public static interface DataBoxEdgeDevice.DefinitionStages.WithLocation
The stage of the DataBoxEdgeDevice definition allowing to specify location.
  • Method Details

    • withRegion

      DataBoxEdgeDevice.DefinitionStages.WithResourceGroup withRegion(com.azure.core.management.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

      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.