Interface Resource.DefinitionWithRegion<T>

    • Method Detail

      • withRegion

        T withRegion​(String regionName)
        Specifies the region for the resource by name.
        Parameters:
        regionName - The name of the region for the resource
        Returns:
        the next stage of the definition
      • withRegion

        T withRegion​(com.azure.core.management.Region region)
        Specifies the region for the resource.
        Parameters:
        region - The location for the resource
        Returns:
        the next stage of the definition