Interface CustomImage.DefinitionStages.WithIsPlanAuthorized

All Known Subinterfaces:
CustomImage.Definition, CustomImage.DefinitionStages.WithCreate
Enclosing interface:
CustomImage.DefinitionStages

public static interface CustomImage.DefinitionStages.WithIsPlanAuthorized
The stage of the CustomImage definition allowing to specify isPlanAuthorized.
  • Method Details

    • withIsPlanAuthorized

      CustomImage.DefinitionStages.WithCreate withIsPlanAuthorized(Boolean isPlanAuthorized)
      Specifies the isPlanAuthorized property: Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment.
      Parameters:
      isPlanAuthorized - Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment.
      Returns:
      the next definition stage.