GalleryApplicationsCreateOrUpdate interface
Methoden
| delete(Gallery |
Een galerietoepassing verwijderen. |
| get(Gallery |
Hiermee wordt informatie opgehaald over een toepassingsdefinitie in de galerie. |
| patch(Gallery |
Een galerietoepassingsdefinitie bijwerken. |
| put(Gallery |
Een galerietoepassingsdefinitie maken of bijwerken. |
Methodedetails
delete(GalleryApplicationsDeleteParameters)
Een galerietoepassing verwijderen.
function delete(options: GalleryApplicationsDeleteParameters): StreamableMethod<GalleryApplicationsDelete200Response | GalleryApplicationsDelete202Response | GalleryApplicationsDelete204Response | GalleryApplicationsDeleteDefaultResponse>
Parameters
Retouren
get(GalleryApplicationsGetParameters)
Hiermee wordt informatie opgehaald over een toepassingsdefinitie in de galerie.
function get(options: GalleryApplicationsGetParameters): StreamableMethod<GalleryApplicationsGet200Response | GalleryApplicationsGetDefaultResponse>
Parameters
- options
- GalleryApplicationsGetParameters
Retouren
patch(GalleryApplicationsUpdateParameters)
Een galerietoepassingsdefinitie bijwerken.
function patch(options: GalleryApplicationsUpdateParameters): StreamableMethod<GalleryApplicationsUpdate200Response | GalleryApplicationsUpdateDefaultResponse>
Parameters
Retouren
put(GalleryApplicationsCreateOrUpdateParameters)
Een galerietoepassingsdefinitie maken of bijwerken.
function put(options: GalleryApplicationsCreateOrUpdateParameters): StreamableMethod<GalleryApplicationsCreateOrUpdate200Response | GalleryApplicationsCreateOrUpdate201Response | GalleryApplicationsCreateOrUpdate202Response | GalleryApplicationsCreateOrUpdateDefaultResponse>