Interface Backup.DefinitionStages.WithCreate

All Superinterfaces:
Backup.DefinitionStages.WithLabel, Backup.DefinitionStages.WithUseExistingSnapshot
All Known Subinterfaces:
Backup.Definition
Enclosing interface:
Backup.DefinitionStages

public static interface Backup.DefinitionStages.WithCreate extends Backup.DefinitionStages.WithLabel, Backup.DefinitionStages.WithUseExistingSnapshot
The stage of the Backup 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

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

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