你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RunbookCreateProperties 构造函数

定义

重载

RunbookCreateProperties()

初始化 RunbookCreateProperties 类的新实例。

RunbookCreateProperties(String, ContentLink)

使用所需的参数初始化 RunbookCreateProperties 类的新实例。

RunbookCreateProperties()

初始化 RunbookCreateProperties 类的新实例。

public RunbookCreateProperties ();
Public Sub New ()

适用于

RunbookCreateProperties(String, ContentLink)

使用所需的参数初始化 RunbookCreateProperties 类的新实例。

public RunbookCreateProperties (string runbookType, Microsoft.WindowsAzure.Management.Automation.Models.ContentLink publishContentLink);
new Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties : string * Microsoft.WindowsAzure.Management.Automation.Models.ContentLink -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookCreateProperties
Public Sub New (runbookType As String, publishContentLink As ContentLink)

参数

runbookType
String
publishContentLink
ContentLink

适用于