ModuleCreateOrUpdateParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- properties
- ModuleCreateOrUpdateProperties
適用於
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>)
初始化 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>
取得或設定附加在資源的標記。