Interface GalleryImage.DefinitionStages.WithPrivacyStatementUri
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithPrivacyStatementUri
The stage of the gallery image definition allowing to specify privacy statement uri.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivacyStatementUri
(String privacyStatementUri) Specifies image privacy statement uri.
-
Method Details
-
withPrivacyStatementUri
Specifies image privacy statement uri.- Parameters:
privacyStatementUri
- The privacy statement uri- Returns:
- the next definition stage
-