Interface BatchDeploymentData.UpdateStages.WithKind
-
- All Known Subinterfaces:
BatchDeploymentData.Update
- Enclosing interface:
- BatchDeploymentData.UpdateStages
public static interface BatchDeploymentData.UpdateStages.WithKind
The stage of the BatchDeploymentData update allowing to specify kind.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeploymentData.Update
withKind(String kind)
Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type..
-
-
-
Method Detail
-
withKind
BatchDeploymentData.Update withKind(String kind)
Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type..- Parameters:
kind
- Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.- Returns:
- the next definition stage.
-
-