Interface RolloutRequest.DefinitionStages.WithCreate

All Superinterfaces:
RolloutRequest.DefinitionStages.WithArtifactSourceId, RolloutRequest.DefinitionStages.WithTags
All Known Subinterfaces:
RolloutRequest.Definition
Enclosing interface:
RolloutRequest.DefinitionStages

public static interface RolloutRequest.DefinitionStages.WithCreate extends RolloutRequest.DefinitionStages.WithTags, RolloutRequest.DefinitionStages.WithArtifactSourceId
The stage of the RolloutRequest 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

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

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