Interface Deployment.DefinitionStages.WithCreate

All Superinterfaces:
Deployment.DefinitionStages.WithProperties
All Known Subinterfaces:
Deployment.Definition
Enclosing interface:
Deployment.DefinitionStages

public static interface Deployment.DefinitionStages.WithCreate extends Deployment.DefinitionStages.WithProperties
The stage of the Deployment 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

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

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