VariableCreateOrUpdateParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
VariableCreateOrUpdateParameters() |
初始化 VariableCreateOrUpdateParameters 類別的新實例。 |
VariableCreateOrUpdateParameters(String, VariableCreateOrUpdateProperties) | |
VariableCreateOrUpdateParameters(String, String, String, Nullable<Boolean>) |
初始化 VariableCreateOrUpdateParameters 類別的新實例。 |
VariableCreateOrUpdateParameters()
初始化 VariableCreateOrUpdateParameters 類別的新實例。
public VariableCreateOrUpdateParameters ();
Public Sub New ()
適用於
VariableCreateOrUpdateParameters(String, VariableCreateOrUpdateProperties)
public VariableCreateOrUpdateParameters (string name, Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters
Public Sub New (name As String, properties As VariableCreateOrUpdateProperties)
參數
- name
- String
- properties
- VariableCreateOrUpdateProperties
適用於
VariableCreateOrUpdateParameters(String, String, String, Nullable<Boolean>)
初始化 VariableCreateOrUpdateParameters 類別的新實例。
public VariableCreateOrUpdateParameters (string name, string value = default, string description = default, bool? isEncrypted = default);
new Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.VariableCreateOrUpdateParameters
Public Sub New (name As String, Optional value As String = Nothing, Optional description As String = Nothing, Optional isEncrypted As Nullable(Of Boolean) = Nothing)
參數
- name
- String
取得或設定變數的名稱。
- value
- String
取得或設定變數的值。
- description
- String
取得或設定變數的描述。