次の方法で共有


IPrivateEndpointConnectionsOperations インターフェイス

定義

PrivateEndpointConnectionsOperations 操作。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

メソッド

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

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

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

特定のプライベート エンドポイント接続を更新します。

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

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

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

特定のプライベート エンドポイント接続を取得します。

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

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

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

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

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

特定のプライベート エンドポイント接続を更新します。

拡張メソッド

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String, String)

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

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, CancellationToken)

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

BeginUpdate(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection)

特定のプライベート エンドポイント接続を更新します。

BeginUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection, CancellationToken)

特定のプライベート エンドポイント接続を更新します。

Delete(IPrivateEndpointConnectionsOperations, String, String, String, String)

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

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, CancellationToken)

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

Get(IPrivateEndpointConnectionsOperations, String, String, String, String)

特定のプライベート エンドポイント接続を取得します。

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, CancellationToken)

特定のプライベート エンドポイント接続を取得します。

ListByResource(IPrivateEndpointConnectionsOperations, String, String, String, String, Nullable<Int32>)

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

ListByResourceAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, Nullable<Int32>, CancellationToken)

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

ListByResourceNext(IPrivateEndpointConnectionsOperations, String)

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

ListByResourceNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

リソースの下にあるすべてのプライベート エンドポイント接続を一覧表示します。

Update(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection)

特定のプライベート エンドポイント接続を更新します。

UpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, String, PrivateEndpointConnection, CancellationToken)

特定のプライベート エンドポイント接続を更新します。

適用対象