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

RunbookCreateOrUpdateProperties 构造函数

定义

重载

RunbookCreateOrUpdateProperties()
RunbookCreateOrUpdateProperties(String, ContentLink)

RunbookCreateOrUpdateProperties()

public RunbookCreateOrUpdateProperties ();
Public Sub New ()

适用于

RunbookCreateOrUpdateProperties(String, ContentLink)

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

参数

runbookType
String
publishContentLink
ContentLink

适用于