Share via


IotHubResourceOperationsExtensions.GetEndpointHealth Methode

Definition

Abrufen der Integrität für Routingendpunkte

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EndpointHealthData> GetEndpointHealth (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string iotHubName);
static member GetEndpointHealth : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.EndpointHealthData>
<Extension()>
Public Function GetEndpointHealth (operations As IIotHubResourceOperations, resourceGroupName As String, iotHubName As String) As IPage(Of EndpointHealthData)

Parameter

operations
IIotHubResourceOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String
iotHubName
String

Gibt zurück

Hinweise

Rufen Sie die Integrität für das Routing von Endpunkten ab.

Gilt für: