次の方法で共有


ProvisioningServiceClient.GetEnrollmentGroupAttestationAsync メソッド

定義

enrollmentGroup 構成証明情報を取得します。

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

パラメーター

enrollmentGroupId
String

enrollmentGroup string を識別する 。 または 空に null することはできません。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

指定 AttestationMechanism されたグループ ID に関連付けられている 。

注釈

指定されたグループ ID が登録グループと一致しない場合、このメソッドは をスロー ProvisioningServiceClientExceptionします。

適用対象