AppServiceEnvironmentsGet interface
Yöntemler
| delete(App |
App Service Ortamını silme. |
| get(Request |
App Service Ortamının özelliklerini alma. |
| patch(App |
App Service Ortamı oluşturun veya güncelleştirin. |
| put(App |
App Service Ortamı oluşturun veya güncelleştirin. |
Yöntem Ayrıntıları
delete(AppServiceEnvironmentsDeleteParameters)
App Service Ortamını silme.
function delete(options?: AppServiceEnvironmentsDeleteParameters): StreamableMethod<AppServiceEnvironmentsDelete202Response | AppServiceEnvironmentsDelete204Response | AppServiceEnvironmentsDeleteDefaultResponse>
Parametreler
Döndürülenler
get(RequestParameters)
App Service Ortamının özelliklerini alma.
function get(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsGet200Response | AppServiceEnvironmentsGetDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
patch(AppServiceEnvironmentsUpdateParameters)
App Service Ortamı oluşturun veya güncelleştirin.
function patch(options: AppServiceEnvironmentsUpdateParameters): StreamableMethod<AppServiceEnvironmentsUpdate200Response | AppServiceEnvironmentsUpdate201Response | AppServiceEnvironmentsUpdate202Response | AppServiceEnvironmentsUpdateDefaultResponse>
Parametreler
Döndürülenler
put(AppServiceEnvironmentsCreateOrUpdateParameters)
App Service Ortamı oluşturun veya güncelleştirin.
function put(options: AppServiceEnvironmentsCreateOrUpdateParameters): StreamableMethod<AppServiceEnvironmentsCreateOrUpdate200Response | AppServiceEnvironmentsCreateOrUpdate201Response | AppServiceEnvironmentsCreateOrUpdate202Response | AppServiceEnvironmentsCreateOrUpdateDefaultResponse>