Freigeben über


IntegrationServiceEnvironmentResource.GetIntegrationServiceEnvironmentNetworkHealthAsync Methode

Definition

Ruft die Netzwerkintegrität der Integrationsdienstumgebung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Logic/integrationServiceEnvironments/{integrationServiceEnvironmentName}/health/network
  • Vorgangs-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)))

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: