次の方法で共有


GatewayHostnameConfigurationOperationsExtensions.ListByService メソッド

定義

指定されたゲートウェイのホスト名構成のコレクションを一覧表示します。

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

パラメーター

operations
IGatewayHostnameConfigurationOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

gatewayId
String

ゲートウェイ エンティティ識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。 値 'managed' を持つ必要があります

odataQuery
ODataQuery<GatewayHostnameConfigurationContract>

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

戻り値

適用対象