Interface AssemblyDefinition.DefinitionStages.WithParentResource

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

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

    • withExistingIntegrationAccount

      AssemblyDefinition.DefinitionStages.WithProperties withExistingIntegrationAccount(String resourceGroupName, String integrationAccountName)
      Specifies resourceGroupName, integrationAccountName.
      Parameters:
      resourceGroupName - The resource group name.
      integrationAccountName - The integration account name.
      Returns:
      the next definition stage.