共用方式為


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>

取得或設定附加在資源的標記。

適用於