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>