Поделиться через


DscNodeExtensionHandlerAssociationProperty Constructors

Definition

Overloads

DscNodeExtensionHandlerAssociationProperty()

Initializes a new instance of the DscNodeExtensionHandlerAssociationProperty class.

DscNodeExtensionHandlerAssociationProperty(String, String)

Initializes a new instance of the DscNodeExtensionHandlerAssociationProperty class.

DscNodeExtensionHandlerAssociationProperty()

Initializes a new instance of the DscNodeExtensionHandlerAssociationProperty class.

public DscNodeExtensionHandlerAssociationProperty();
Public Sub New ()

Applies to

DscNodeExtensionHandlerAssociationProperty(String, String)

Initializes a new instance of the DscNodeExtensionHandlerAssociationProperty class.

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)

Parameters

name
String

Gets or sets the name of the extension handler.

version
String

Gets or sets the version of the extension handler.

Applies to