次の方法で共有


VirtualMachineCaptureOSImageParameters.PostCaptureAction プロパティ

定義

必須。 キャプチャ操作が完了した後に実行されるアクションを指定します。 指定できる値は、Delete です。この値により、イメージがキャプチャされた後に仮想マシンが削除されます。または再プロビジョニング - この値により、ProvisioningConfiguration で指定された情報を使用してイメージがキャプチャされた後に仮想マシンが再デプロイされます。

public Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction PostCaptureAction { get; set; }
member this.PostCaptureAction : Microsoft.WindowsAzure.Management.Compute.Models.PostCaptureAction with get, set
Public Property PostCaptureAction As PostCaptureAction

プロパティ値

適用対象