次の方法で共有


NetworkStatusOperationsExtensions.ListByServiceAsync メソッド

定義

Api Management サービスがクラウド サービス内から依存する外部リソースへの接続状態を取得します。 これにより、CloudService に表示される DNS サーバーも返されます。

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.INetworkStatusOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.NetworkStatusContractByLocation>>
<Extension()>
Public Function ListByServiceAsync (operations As INetworkStatusOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of NetworkStatusContractByLocation))

パラメーター

operations
INetworkStatusOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象