次の方法で共有


EnrollmentGroupsClient.GetAttestationAsync(String, CancellationToken) メソッド

定義

登録グループの構成証明情報を取得します。

public System.Threading.Tasks.Task<Microsoft.Azure.Devices.Provisioning.Service.AttestationMechanism> GetAttestationAsync (string enrollmentGroupId, System.Threading.CancellationToken cancellationToken = default);
member this.GetAttestationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Devices.Provisioning.Service.AttestationMechanism>
Public Function GetAttestationAsync (enrollmentGroupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AttestationMechanism)

パラメーター

enrollmentGroupId
String

登録グループの ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

登録グループの構成証明メカニズム。

例外

Microsoft.Azure.Devices.Provisioning.Service.DeviceProvisioningServiceException

サービスが、指定 enrollmentGroupIdされた の登録グループ構成証明情報を取得できなかった場合。

指定 enrollmentGroupId された が null の場合。

指定 enrollmentGroupId された が空または空白の場合。

サービスが、指定 enrollmentGroupIdされた の登録グループ構成証明情報を取得できなかった場合。

指定 cancellationToken された がキャンセルを要求した場合。

適用対象