Interface Creator.DefinitionStages.WithParentResource

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

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

    • withExistingAccount

      Creator.DefinitionStages.WithProperties withExistingAccount(String resourceGroupName, String accountName)
      Specifies resourceGroupName, accountName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      accountName - The name of the Maps Account.
      Returns:
      the next definition stage.