次の方法で共有


Win32_RDMSVirtualDesktopCollection クラスの ProvisioningJobGetReport メソッド

仮想デスクトップ プロビジョニング ジョブの状態に関するレポートを取得します。

構文

uint32 ProvisioningJobGetReport(
  [in]  string JobGuid,
  [out] string JobReportXml
);

パラメーター

JobGuid [in]

プロビジョニング ジョブを一意に識別する GUID

JobReportXml [out]

XML 形式のレポートを含む文字列。

戻り値

成功した場合は 0 を返し、それ以外の場合は WMI エラー コードを返します。

要件

要件
サポートされている最小のクライアント
サポートなし
サポートされている最小のサーバー
Windows Server 2012
名前空間
Root\CIMv2\rdms
MOF
RDManagement.mof
[DLL]
RDMS.dll

関連項目

Win32_RDMSVirtualDesktopCollection