Interface Application.DefinitionStages.WithCreate

All Superinterfaces:
Application.DefinitionStages.WithApplicationType, Application.DefinitionStages.WithCommandLineArguments, Application.DefinitionStages.WithDescription, Application.DefinitionStages.WithFilePath, Application.DefinitionStages.WithFriendlyName, Application.DefinitionStages.WithIconIndex, Application.DefinitionStages.WithIconPath, Application.DefinitionStages.WithMsixPackageApplicationId, Application.DefinitionStages.WithMsixPackageFamilyName, Application.DefinitionStages.WithShowInPortal
All Known Subinterfaces:
Application.Definition
Enclosing interface:
Application.DefinitionStages

The stage of the Application definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
  • Method Details

    • create

      Application create()
      Executes the create request.
      Returns:
      the created resource.
    • create

      Application create(com.azure.core.util.Context context)
      Executes the create request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the created resource.