次の方法で共有


DscConfigurationParameter コンストラクター

定義

オーバーロード

DscConfigurationParameter()

DscConfigurationParameter クラスの新しいインスタンスを初期化します。

DscConfigurationParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

DscConfigurationParameter クラスの新しいインスタンスを初期化します。

DscConfigurationParameter()

DscConfigurationParameter クラスの新しいインスタンスを初期化します。

public DscConfigurationParameter ();
Public Sub New ()

適用対象

DscConfigurationParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

DscConfigurationParameter クラスの新しいインスタンスを初期化します。

public DscConfigurationParameter (string type = default, bool? isMandatory = default, int? position = default, string defaultValue = default);
new Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter : string * Nullable<bool> * Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.DscConfigurationParameter
Public Sub New (Optional type As String = Nothing, Optional isMandatory As Nullable(Of Boolean) = Nothing, Optional position As Nullable(Of Integer) = Nothing, Optional defaultValue As String = Nothing)

パラメーター

type
String

パラメーターの型を取得または設定します。

isMandatory
Nullable<Boolean>

パラメーターが必須かどうかを示すブール値を取得または設定します。

position
Nullable<Int32>

パラメーターの位置を取得または設定します。

defaultValue
String

パラメーターの既定値を取得または設定します。

適用対象