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