Interface BatchDeploymentData.UpdateStages.WithProperties
-
- All Known Subinterfaces:
BatchDeploymentData.Update
- Enclosing interface:
- BatchDeploymentData.UpdateStages
public static interface BatchDeploymentData.UpdateStages.WithProperties
The stage of the BatchDeploymentData update allowing to specify properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeploymentData.Update
withProperties(PartialBatchDeployment properties)
Specifies the properties property: Additional attributes of the entity..
-
-
-
Method Detail
-
withProperties
BatchDeploymentData.Update withProperties(PartialBatchDeployment properties)
Specifies the properties property: Additional attributes of the entity..- Parameters:
properties
- Additional attributes of the entity.- Returns:
- the next definition stage.
-
-