Interface Deployment.DefinitionStages.WithParentResource

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

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

    • withExistingAccount

      Deployment.DefinitionStages.WithCreate 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 Cognitive Services account.
      Returns:
      the next definition stage.