RunbookDraftUpdateParameters 构造函数 (String, String)

Initializes a new instance of the RunbookDraftUpdateParameters class with required arguments.

命名空间: Microsoft.WindowsAzure.Management.Automation.Models
程序集: Microsoft.WindowsAzure.Management.Automation(在 Microsoft.WindowsAzure.Management.Automation.dll 中)

使用

用法
Dim name As String
Dim stream As String

Dim instance As New RunbookDraftUpdateParameters(name, stream)

语法

声明
Public Sub New ( _
    name As String, _
    stream As String _
)
public RunbookDraftUpdateParameters (
    string name,
    string stream
)
public:
RunbookDraftUpdateParameters (
    String^ name, 
    String^ stream
)
public RunbookDraftUpdateParameters (
    String name, 
    String stream
)
public function RunbookDraftUpdateParameters (
    name : String, 
    stream : String
)

备注

平台

开发平台

Windows Vista、Windows 7 和 Windows Server 2008

目标平台

另请参阅

参考

RunbookDraftUpdateParameters 类
RunbookDraftUpdateParameters 成员
Microsoft.WindowsAzure.Management.Automation.Models 命名空间