次の方法で共有


IPrivateEndpointConnectionsOperations インターフェイス

定義

PrivateEndpointConnectionsOperations 操作。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

メソッド

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

PrivateEndpointConnection リストを取得します。

拡張メソッド

BeginCreate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

BeginCreateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

Create(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

CreateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を削除します。

Get(IPrivateEndpointConnectionsOperations, String, String, String)

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

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

ストレージ同期サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

ListByStorageSyncService(IPrivateEndpointConnectionsOperations, String, String)

PrivateEndpointConnection リストを取得します。

ListByStorageSyncServiceAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

PrivateEndpointConnection リストを取得します。

適用対象