次の方法で共有


IPrivateEndpointConnectionOperations インターフェイス

定義

PrivateEndpointConnectionOperations 操作。

public interface IPrivateEndpointConnectionOperations
type IPrivateEndpointConnectionOperations = interface
Public Interface IPrivateEndpointConnectionOperations

メソッド

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

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

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

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

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

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

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

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

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

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

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

の説明 プライベート リンク リソースを取得します

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

API Management サービス インスタンスのすべてのプライベート エンドポイント接続を一覧表示します。

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

の説明 プライベート リンク リソースを取得します

拡張メソッド

BeginCreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

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

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

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

CreateOrUpdate(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest)

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

CreateOrUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, PrivateEndpointConnectionRequest, CancellationToken)

新しいプライベート エンドポイント接続を作成するか、既存のものを更新します。

Delete(IPrivateEndpointConnectionOperations, String, String, String)

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

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

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

GetByName(IPrivateEndpointConnectionOperations, String, String, String)

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

GetByNameAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

識別子で指定されたプライベート エンドポイント接続の詳細を取得します。

GetPrivateLinkResource(IPrivateEndpointConnectionOperations, String, String, String)

の説明 プライベート リンク リソースを取得します

GetPrivateLinkResourceAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

の説明 プライベート リンク リソースを取得します

ListByService(IPrivateEndpointConnectionOperations, String, String)

API Management サービス インスタンスのすべてのプライベート エンドポイント接続を一覧表示します。

ListByServiceAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

API Management サービス インスタンスのすべてのプライベート エンドポイント接続を一覧表示します。

ListPrivateLinkResources(IPrivateEndpointConnectionOperations, String, String)

の説明 プライベート リンク リソースを取得します

ListPrivateLinkResourcesAsync(IPrivateEndpointConnectionOperations, String, String, CancellationToken)

の説明 プライベート リンク リソースを取得します

適用対象