Interface DscConfiguration.DefinitionStages.WithLocation

All Known Subinterfaces:
DscConfiguration.Definition, DscConfiguration.DefinitionStages.WithCreate
Enclosing interface:
DscConfiguration.DefinitionStages

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

    • withRegion

      DscConfiguration.DefinitionStages.WithCreate withRegion(com.azure.core.management.Region location)
      Specifies the region for the resource.
      Parameters:
      location - Gets or sets the location of the resource.
      Returns:
      the next definition stage.
    • withRegion

      Specifies the region for the resource.
      Parameters:
      location - Gets or sets the location of the resource.
      Returns:
      the next definition stage.