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

ModuleCreateOrUpdateParameters 构造函数

定义

重载

ModuleCreateOrUpdateParameters()

初始化 ModuleCreateOrUpdateParameters 类的新实例。

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>)

初始化 ModuleCreateOrUpdateParameters 类的新实例。

ModuleCreateOrUpdateParameters()

初始化 ModuleCreateOrUpdateParameters 类的新实例。

public ModuleCreateOrUpdateParameters ();
Public Sub New ()

适用于

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (properties As ModuleCreateOrUpdateProperties)

参数

适用于

初始化 ModuleCreateOrUpdateParameters 类的新实例。

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentLink contentLink, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentLink * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (contentLink As ContentLink, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

contentLink
ContentLink

获取或设置模块内容链接。

name
String

获取或设置资源的名称。

location
String

获取或设置资源的位置。

tags
IDictionary<String,String>

获取或设置附加到资源的标记。

适用于