AppServiceEnvironmentsGetPrivateEndpointConnection interface
Методы
| delete(Request |
Удаляет подключение к частной конечной точке |
| get(Request |
Возвращает подключение к частной конечной точке |
| put(App |
Утверждение или отклонение подключения к частной конечной точке |
Сведения о методе
delete(RequestParameters)
Удаляет подключение к частной конечной точке
function delete(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsDeletePrivateEndpointConnection200Response | AppServiceEnvironmentsDeletePrivateEndpointConnection202Response | AppServiceEnvironmentsDeletePrivateEndpointConnection204Response | AppServiceEnvironmentsDeletePrivateEndpointConnectionDefaultResponse>
Параметры
- options
- RequestParameters
Возвращаемое значение
get(RequestParameters)
Возвращает подключение к частной конечной точке
function get(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsGetPrivateEndpointConnection200Response | AppServiceEnvironmentsGetPrivateEndpointConnectionDefaultResponse>
Параметры
- options
- RequestParameters
Возвращаемое значение
put(AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters)
Утверждение или отклонение подключения к частной конечной точке
function put(options: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection200Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection202Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionDefaultResponse>