Interface DevBoxDefinition.DefinitionStages.WithParentResource

All Known Subinterfaces:
DevBoxDefinition.Definition
Enclosing interface:
DevBoxDefinition.DefinitionStages

public static interface DevBoxDefinition.DefinitionStages.WithParentResource
The stage of the DevBoxDefinition definition allowing to specify parent resource.
  • Method Details

    • withExistingDevcenter

      DevBoxDefinition.DefinitionStages.WithCreate withExistingDevcenter(String resourceGroupName, String devCenterName)
      Specifies resourceGroupName, devCenterName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      devCenterName - The name of the devcenter.
      Returns:
      the next definition stage.