次の方法で共有


OutboundNetworkDependenciesEndpointsOperationsExtensions.ListByService メソッド

定義

ApiManagement サービスのすべての送信依存関係のネットワーク エンドポイントを取得します。

public static Microsoft.Azure.Management.ApiManagement.Models.OutboundEnvironmentEndpointList ListByService (this Microsoft.Azure.Management.ApiManagement.IOutboundNetworkDependenciesEndpointsOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IOutboundNetworkDependenciesEndpointsOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.OutboundEnvironmentEndpointList
<Extension()>
Public Function ListByService (operations As IOutboundNetworkDependenciesEndpointsOperations, resourceGroupName As String, serviceName As String) As OutboundEnvironmentEndpointList

パラメーター

operations
IOutboundNetworkDependenciesEndpointsOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

戻り値

適用対象