次の方法で共有


OpenIdConnectProviderOperationsExtensions.ListByService メソッド

定義

すべての OpenID Connect プロバイダーを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract> ListByService (this Microsoft.Azure.Management.ApiManagement.IOpenIdConnectProviderOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IOpenIdConnectProviderOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OpenidConnectProviderContract>
<Extension()>
Public Function ListByService (operations As IOpenIdConnectProviderOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of OpenidConnectProviderContract) = Nothing) As IPage(Of OpenidConnectProviderContract)

パラメーター

operations
IOpenIdConnectProviderOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<OpenidConnectProviderContract>

操作に適用する OData パラメーター。

戻り値

適用対象