DscNodeConfigurationCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新節點組態作業的參數。
public class DscNodeConfigurationCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscNodeConfigurationCreateOrUpdateParameters
type DscNodeConfigurationCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscNodeConfigurationCreateOrUpdateParameters = class
Public Class DscNodeConfigurationCreateOrUpdateParameters
- 繼承
-
DscNodeConfigurationCreateOrUpdateParameters
- 屬性
建構函式
DscNodeConfigurationCreateOrUpdateParameters() |
初始化 DscNodeConfigurationCreateOrUpdateParameters 類別的新實例。 |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>) |
初始化 DscNodeConfigurationCreateOrUpdateParameters 類別的新實例。 |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty) |
提供給建立或更新節點組態作業的參數。 |
屬性
Configuration |
取得或設定節點的組態。 |
IncrementNodeConfigurationBuild |
取得或設定是否需要新的 NodeConfiguration 組建版本。 |
Name |
取得或設定節點組態的名稱。 |
Source |
取得或設定來源。 |
Tags |
取得或設定附加在資源的標記。 |
方法
Validate() |
驗證 物件。 |