次の方法で共有


TenantSettingsOperationsExtensions.ListByService メソッド

定義

パブリック設定。

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

パラメーター

operations
ITenantSettingsOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<TenantSettingsContract>

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

戻り値

適用対象