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