次の方法で共有


IPrivateEndpointConnectionsOperations.ListByResourceWithHttpMessagesAsync メソッド

定義

リソースのすべてのプライベート エンドポイント接続を一覧表示します。

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection>>> ListByResourceWithHttpMessagesAsync (string resourceGroupName, string parentType, string parentName, string filter = default, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByResourceWithHttpMessagesAsync : string * string * string * string * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection>>>
Public Function ListByResourceWithHttpMessagesAsync (resourceGroupName As String, parentType As String, parentName As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of PrivateEndpointConnection)))

パラメーター

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

parentType
String

親リソースの型。 これには、'topics'、'domains'、または 'partnerNamespaces' のいずれかを指定できます。 使用できる値は、'topics'、'domains'、'partnerNamespaces' です。

parentName
String

親リソースの名前 (つまり、トピック名、ドメイン名、またはパートナー名前空間名)。

filter
String

OData 構文を使用して検索結果をフィルター処理するために使用されるクエリ。 フィルター処理は、'name' プロパティでのみ許可され、OData 操作の数は限られています。 これらの操作は、'contains' 関数と、次の論理操作です。not、and、or、eq (等しい場合)、ne (等しくない場合)。 算術演算はサポートされていません。 有効なフィルターの例を次に示します。$filter=contains(namE, 'PATTERN') と name ne 'PATTERN-1' 有効なフィルターの例を次に示します。$filter=location eq 'westus' です。

top
Nullable<Int32>

リスト操作の 1 ページあたりに返される結果の数。 top パラメーターの有効な範囲は 1 から 100 です。 指定しない場合、返される結果の既定の数は 1 ページあたり 20 アイテムです。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

応答を逆シリアル化できない場合にスローされます

必須パラメーターが null の場合にスローされます

注釈

トピック、ドメイン、またはパートナー名前空間のすべてのプライベート エンドポイント接続を取得します。

適用対象