次の方法で共有


IntegrationServiceEnvironmentResource.GetIntegrationServiceEnvironmentNetworkHealthAsync メソッド

定義

統合サービス環境のネットワーク正常性を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/health/network
  • 操作IdIntegrationServiceEnvironmentNetworkHealth_Get
public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSubnetNetworkHealth>>> GetIntegrationServiceEnvironmentNetworkHealthAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntegrationServiceEnvironmentNetworkHealthAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSubnetNetworkHealth>>>
override this.GetIntegrationServiceEnvironmentNetworkHealthAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSubnetNetworkHealth>>>
Public Overridable Function GetIntegrationServiceEnvironmentNetworkHealthAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IReadOnlyDictionary(Of String, IntegrationServiceEnvironmentSubnetNetworkHealth)))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象