次の方法で共有


PrivateEndpointConnectionsOperationsExtensions クラス

定義

PrivateEndpointConnectionsOperations の拡張メソッド。

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

メソッド

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)

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

適用対象