次の方法で共有


IotHubResourceOperationsExtensions.GetEndpointHealth メソッド

定義

ルーティング エンドポイントの正常性を取得する

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)

パラメーター

operations
IIotHubResourceOperations

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

resourceGroupName
String
iotHubName
String

戻り値

注釈

ルーティング エンドポイントの正常性を取得します。

適用対象