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