次の方法で共有


CreationData.CreateOption プロパティ

定義

ディスクの作成の可能なソースを列挙する値を取得または設定します。 使用可能な値には、'Empty'、'Attach'、'FromImage'、'Import'、'Copy'、'Restore'、'Upload'、'CopyStart'、'ImportSecure'、'UploadPreparedSecure' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="createOption")]
public string CreateOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="createOption")>]
member this.CreateOption : string with get, set
Public Property CreateOption As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象