Interface Runbook.DefinitionStages.WithLocation

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

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

    • withRegion

      Runbook.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.