PrivateEndpointsDelete interface
メソッド
| delete(Private |
指定したプライベート エンドポイントを削除します。 |
| get(Private |
指定したプライベート エンドポイントをリソース グループ別に取得します。 |
| put(Private |
指定したリソース グループ内のプライベート エンドポイントを作成または更新します。 |
メソッドの詳細
delete(PrivateEndpointsDeleteParameters)
指定したプライベート エンドポイントを削除します。
function delete(options: PrivateEndpointsDeleteParameters): StreamableMethod<PrivateEndpointsDelete200Response | PrivateEndpointsDelete202Response | PrivateEndpointsDelete204Response | PrivateEndpointsDeleteDefaultResponse>
パラメーター
- options
- PrivateEndpointsDeleteParameters
戻り値
get(PrivateEndpointsGetParameters)
指定したプライベート エンドポイントをリソース グループ別に取得します。
function get(options: PrivateEndpointsGetParameters): StreamableMethod<PrivateEndpointsGet200Response | PrivateEndpointsGetDefaultResponse>
パラメーター
- options
- PrivateEndpointsGetParameters
戻り値
put(PrivateEndpointsCreateOrUpdateParameters)
指定したリソース グループ内のプライベート エンドポイントを作成または更新します。
function put(options: PrivateEndpointsCreateOrUpdateParameters): StreamableMethod<PrivateEndpointsCreateOrUpdate200Response | PrivateEndpointsCreateOrUpdate201Response | PrivateEndpointsCreateOrUpdateDefaultResponse>