ModuleCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新模組作業的參數。
public class ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class ModuleCreateOrUpdateParameters
type ModuleCreateOrUpdateParameters = class
inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ModuleCreateOrUpdateParameters = class
Public Class ModuleCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class ModuleCreateOrUpdateParameters
- 繼承
- 繼承
-
ModuleCreateOrUpdateParameters
- 屬性
建構函式
ModuleCreateOrUpdateParameters() |
初始化 ModuleCreateOrUpdateParameters 類別的新實例。 |
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>) |
初始化 ModuleCreateOrUpdateParameters 類別的新實例。 |
ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties) |
提供給建立或更新模組作業的參數。 |
屬性
ContentLink |
取得或設定模組內容連結。 |
Location |
取得或設定資源的位置。 |
Location |
提供給建立或更新模組作業的參數。 (繼承來源 ResourceCreateOrUpdateParameterBase) |
Name |
取得或設定資源的名稱。 |
Name |
提供給建立或更新模組作業的參數。 (繼承來源 ResourceCreateOrUpdateParameterBase) |
Properties |
提供給建立或更新模組作業的參數。 |
Tags |
取得或設定附加在資源的標記。 |
Tags |
提供給建立或更新模組作業的參數。 (繼承來源 ResourceCreateOrUpdateParameterBase) |
方法
Validate() |
驗證 物件。 |