次の方法で共有


IPrivateEndpointConnectionsOperations インターフェイス

定義

PrivateEndpointConnectionsOperations 操作。

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

メソッド

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

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

サービス名前空間の PrivateEndpointConnections を作成または更新します。 https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

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

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

指定したプライベート エンドポイント接続名の説明を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

拡張メソッド

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection)

サービス名前空間の PrivateEndpointConnections を作成または更新します。 https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnection, CancellationToken)

サービス名前空間の PrivateEndpointConnections を作成または更新します。 https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

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

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

Get(IPrivateEndpointConnectionsOperations, String, String, String)

指定したプライベート エンドポイント接続名の説明を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

指定したプライベート エンドポイント接続名の説明を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

List(IPrivateEndpointConnectionsOperations, String, String)

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNext(IPrivateEndpointConnectionsOperations, String)

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

ListNextAsync(IPrivateEndpointConnectionsOperations, String, CancellationToken)

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

適用対象