次の方法で共有


PrivateEndpointConnectionOperationsExtensions クラス

定義

PrivateEndpointConnectionOperations の拡張メソッド。

public static class PrivateEndpointConnectionOperationsExtensions
type PrivateEndpointConnectionOperationsExtensions = class
Public Module PrivateEndpointConnectionOperationsExtensions
継承
PrivateEndpointConnectionOperationsExtensions

メソッド

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

指定したプライベート エンドポイント接続を削除します。

BeginDeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

指定したプライベート エンドポイント接続を削除します。

BeginUpdate(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

既存のプライベート エンドポイント接続のプロパティを更新します。

BeginUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

既存のプライベート エンドポイント接続のプロパティを更新します。

Delete(IPrivateEndpointConnectionOperations, String, String, String)

指定したプライベート エンドポイント接続を削除します。

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

指定したプライベート エンドポイント接続を削除します。

Get(IPrivateEndpointConnectionOperations, String, String, String)

指定したプライベート エンドポイント接続に関する情報を取得します。

GetAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

指定したプライベート エンドポイント接続に関する情報を取得します。

ListByBatchAccount(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>)

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

ListByBatchAccountAsync(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>, CancellationToken)

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

ListByBatchAccountNext(IPrivateEndpointConnectionOperations, String)

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

ListByBatchAccountNextAsync(IPrivateEndpointConnectionOperations, String, CancellationToken)

指定したアカウント内のすべてのプライベート エンドポイント接続を一覧表示します。

Update(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

既存のプライベート エンドポイント接続のプロパティを更新します。

UpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

既存のプライベート エンドポイント接続のプロパティを更新します。

適用対象