AppServiceEnvironmentsGetPrivateEndpointConnection interface
Métodos
| delete(Request |
Exclui uma conexão de ponto de extremidade privado |
| get(Request |
Obtém uma conexão de ponto de extremidade privado |
| put(App |
Aprova ou rejeita uma conexão de ponto de extremidade privado |
Detalhes do método
delete(RequestParameters)
Exclui uma conexão de ponto de extremidade privado
function delete(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsDeletePrivateEndpointConnection200Response | AppServiceEnvironmentsDeletePrivateEndpointConnection202Response | AppServiceEnvironmentsDeletePrivateEndpointConnection204Response | AppServiceEnvironmentsDeletePrivateEndpointConnectionDefaultResponse>
Parâmetros
- options
- RequestParameters
Retornos
get(RequestParameters)
Obtém uma conexão de ponto de extremidade privado
function get(options?: RequestParameters): StreamableMethod<AppServiceEnvironmentsGetPrivateEndpointConnection200Response | AppServiceEnvironmentsGetPrivateEndpointConnectionDefaultResponse>
Parâmetros
- options
- RequestParameters
Retornos
put(AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters)
Aprova ou rejeita uma conexão de ponto de extremidade privado
function put(options: AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection200Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnection202Response | AppServiceEnvironmentsApproveOrRejectPrivateEndpointConnectionDefaultResponse>