WebAppsGetDeploymentSlot interface
Metode
| delete(Request |
Menghapus penyebaran dengan ID-nya untuk aplikasi, atau slot penyebaran. |
| get(Request |
Dapatkan penyebaran dengan ID-nya untuk aplikasi, atau slot penyebaran. |
| put(Web |
Buat penyebaran untuk aplikasi, atau slot penyebaran. |
Detail Metode
delete(RequestParameters)
Menghapus penyebaran dengan ID-nya untuk aplikasi, atau slot penyebaran.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteDeploymentSlot200Response | WebAppsDeleteDeploymentSlot204Response | WebAppsDeleteDeploymentSlotDefaultResponse>
Parameter
- options
- RequestParameters
Mengembalikan
get(RequestParameters)
Dapatkan penyebaran dengan ID-nya untuk aplikasi, atau slot penyebaran.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetDeploymentSlot200Response | WebAppsGetDeploymentSlotDefaultResponse>
Parameter
- options
- RequestParameters
Mengembalikan
put(WebAppsCreateDeploymentSlotParameters)
Buat penyebaran untuk aplikasi, atau slot penyebaran.
function put(options: WebAppsCreateDeploymentSlotParameters): StreamableMethod<WebAppsCreateDeploymentSlot200Response | WebAppsCreateDeploymentSlotDefaultResponse>