DscNodeExtensionHandlerAssociationProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET