共用方式為


DscConfigurationCreateOrUpdateParameters 類別

定義

提供給建立或更新組態作業的參數。

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 類別的新實例。

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()

驗證 物件。

適用於