VirtualMachineCaptureOSImageParameters 构造函数 (PostCaptureAction, String, String)
Initializes a new instance of the VirtualMachineCaptureOSImageParameters class with required arguments.
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(在 Microsoft.WindowsAzure.Management.Compute.dll 中)
使用
用法
Dim postCaptureAction As PostCaptureAction
Dim targetImageLabel As String
Dim targetImageName As String
Dim instance As New VirtualMachineCaptureOSImageParameters(postCaptureAction, targetImageLabel, targetImageName)
语法
声明
Public Sub New ( _
postCaptureAction As PostCaptureAction, _
targetImageLabel As String, _
targetImageName As String _
)
public VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
string targetImageLabel,
string targetImageName
)
public:
VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
String^ targetImageLabel,
String^ targetImageName
)
public VirtualMachineCaptureOSImageParameters (
PostCaptureAction postCaptureAction,
String targetImageLabel,
String targetImageName
)
public function VirtualMachineCaptureOSImageParameters (
postCaptureAction : PostCaptureAction,
targetImageLabel : String,
targetImageName : String
)
备注
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
VirtualMachineCaptureOSImageParameters 类
VirtualMachineCaptureOSImageParameters 成员
Microsoft.WindowsAzure.Management.Compute.Models 命名空间