StaticSitesGetPrivateEndpointConnection interface
メソッド
| delete(Request |
プライベート エンドポイント接続を削除します |
| get(Request |
プライベート エンドポイント接続を取得します |
| put(Static |
プライベート エンドポイント接続を承認または拒否する |
メソッドの詳細
delete(RequestParameters)
プライベート エンドポイント接続を削除します
function delete(options?: RequestParameters): StreamableMethod<StaticSitesDeletePrivateEndpointConnection200Response | StaticSitesDeletePrivateEndpointConnection202Response | StaticSitesDeletePrivateEndpointConnection204Response | StaticSitesDeletePrivateEndpointConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
get(RequestParameters)
プライベート エンドポイント接続を取得します
function get(options?: RequestParameters): StreamableMethod<StaticSitesGetPrivateEndpointConnection200Response | StaticSitesGetPrivateEndpointConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
put(StaticSitesApproveOrRejectPrivateEndpointConnectionParameters)
プライベート エンドポイント接続を承認または拒否する
function put(options: StaticSitesApproveOrRejectPrivateEndpointConnectionParameters): StreamableMethod<StaticSitesApproveOrRejectPrivateEndpointConnection200Response | StaticSitesApproveOrRejectPrivateEndpointConnection202Response | StaticSitesApproveOrRejectPrivateEndpointConnectionDefaultResponse>