AssetConversionResult クラス

定義

非推奨、使用しないでください

public ref class AssetConversionResult : Microsoft::Azure::RemoteRendering::SessionContextResult
public class AssetConversionResult : Microsoft.Azure.RemoteRendering.SessionContextResult
type AssetConversionResult = class
    inherit SessionContextResult
Public Class AssetConversionResult
Inherits SessionContextResult
継承
AssetConversionResult

プロパティ

Context

エラーが発生した場合 (ErrorCode != Success)、http 応答コードやエラー文字列などの追加情報は、このオブジェクトを介して収集できます。 成功した場合、このオブジェクトは引き続き有効ですが、追加情報は提供されません。

(継承元 SessionContextResult)
ConversionUuid

変換操作の UUID。

ErrorCode

クエリが成功したかどうかを示します。 エラーが発生した場合の詳細については、「」を参照してください Result 。 エラーが発生した場合は、 から Context追加情報を収集できます。

(継承元 SessionContextResult)

適用対象