GalleryApplicationsCreateOrUpdate interface
Yöntemler
| delete(Gallery |
Galeri uygulamasını silin. |
| get(Gallery |
Galeri Uygulama Tanımı hakkındaki bilgileri alır. |
| patch(Gallery |
Galeri uygulama tanımını güncelleştirin. |
| put(Gallery |
Galeri Uygulama Tanımı oluşturun veya güncelleştirin. |
Yöntem Ayrıntıları
delete(GalleryApplicationsDeleteParameters)
Galeri uygulamasını silin.
function delete(options: GalleryApplicationsDeleteParameters): StreamableMethod<GalleryApplicationsDelete200Response | GalleryApplicationsDelete202Response | GalleryApplicationsDelete204Response | GalleryApplicationsDeleteDefaultResponse>
Parametreler
Döndürülenler
get(GalleryApplicationsGetParameters)
Galeri Uygulama Tanımı hakkındaki bilgileri alır.
function get(options: GalleryApplicationsGetParameters): StreamableMethod<GalleryApplicationsGet200Response | GalleryApplicationsGetDefaultResponse>
Parametreler
- options
- GalleryApplicationsGetParameters
Döndürülenler
patch(GalleryApplicationsUpdateParameters)
Galeri uygulama tanımını güncelleştirin.
function patch(options: GalleryApplicationsUpdateParameters): StreamableMethod<GalleryApplicationsUpdate200Response | GalleryApplicationsUpdateDefaultResponse>
Parametreler
Döndürülenler
put(GalleryApplicationsCreateOrUpdateParameters)
Galeri Uygulama Tanımı oluşturun veya güncelleştirin.
function put(options: GalleryApplicationsCreateOrUpdateParameters): StreamableMethod<GalleryApplicationsCreateOrUpdate200Response | GalleryApplicationsCreateOrUpdate201Response | GalleryApplicationsCreateOrUpdate202Response | GalleryApplicationsCreateOrUpdateDefaultResponse>