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>