IPrivateEndpointConnectionOperations インターフェイス

定義

PrivateEndpointConnectionOperations 操作。

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

メソッド

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

BeginUpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByBatchAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, String, String, PrivateLinkServiceConnectionState, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

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)

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

適用対象