GalleryImage.UpdateStages.WithIsPlanAuthorized Interface

public static interface GalleryImage.UpdateStages.WithIsPlanAuthorized

The stage of the galleryimage update allowing to specify IsPlanAuthorized.

Method Summary

Modifier and Type Method and Description
abstract Update withIsPlanAuthorized(Boolean isPlanAuthorized)

Specifies isPlanAuthorized.

Method Details

withIsPlanAuthorized

public abstract GalleryImage.Update withIsPlanAuthorized(Boolean isPlanAuthorized)

Specifies isPlanAuthorized.

Parameters:

isPlanAuthorized - Indicates if the plan has been authorized for programmatic deployment

Returns:

the next update stage

Applies to