Interface WorkspaceContract.DefinitionStages.WithParentResource

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

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

    • withExistingService

      WorkspaceContract.DefinitionStages.WithCreate withExistingService(String resourceGroupName, String serviceName)
      Specifies resourceGroupName, serviceName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      serviceName - The name of the API Management service.
      Returns:
      the next definition stage.