次の方法で共有


IManagedInstancePrivateEndpointConnectionsOperations インターフェイス

定義

ManagedInstancePrivateEndpointConnectionsOperations 操作。

public interface IManagedInstancePrivateEndpointConnectionsOperations
type IManagedInstancePrivateEndpointConnectionsOperations = interface
Public Interface IManagedInstancePrivateEndpointConnectionsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedInstancePrivateEndpointConnection, Dictionary<String, List<String>>, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ManagedInstancePrivateEndpointConnection, Dictionary<String,List<String>>, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

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

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

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

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

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

サーバー上のすべてのプライベート エンドポイント接続を取得します。

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

サーバー上のすべてのプライベート エンドポイント接続を取得します。

拡張メソッド

BeginCreateOrUpdate(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

BeginCreateOrUpdateAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

BeginDelete(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

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

BeginDeleteAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

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

CreateOrUpdate(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

CreateOrUpdateAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, ManagedInstancePrivateEndpointConnection, CancellationToken)

指定した名前のプライベート エンドポイント接続を承認または拒否します。

Delete(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

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

DeleteAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

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

Get(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String)

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

GetAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

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

ListByManagedInstance(IManagedInstancePrivateEndpointConnectionsOperations, String, String)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByManagedInstanceAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, String, CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByManagedInstanceNext(IManagedInstancePrivateEndpointConnectionsOperations, String)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

ListByManagedInstanceNextAsync(IManagedInstancePrivateEndpointConnectionsOperations, String, CancellationToken)

サーバー上のすべてのプライベート エンドポイント接続を取得します。

適用対象