RunbookParameter 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RunbookParameter() |
初始化 RunbookParameter 類別的新實例。 |
RunbookParameter(String, Nullable<Boolean>, Nullable<Int32>, String) |
初始化 RunbookParameter 類別的新實例。 |
RunbookParameter()
初始化 RunbookParameter 類別的新實例。
public RunbookParameter ();
Public Sub New ()
適用於
RunbookParameter(String, Nullable<Boolean>, Nullable<Int32>, String)
初始化 RunbookParameter 類別的新實例。
public RunbookParameter (string type = default, bool? isMandatory = default, int? position = default, string defaultValue = default);
new Microsoft.Azure.Management.Automation.Models.RunbookParameter : string * Nullable<bool> * Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.RunbookParameter
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
取得或設定參數的類型。
- defaultValue
- String
取得或設定參數的預設值。