Condividi tramite


DscConfigurationCreateOrUpdateParameters Constructors

Definition

Overloads

Name Description
DscConfigurationCreateOrUpdateParameters()

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

DscConfigurationCreateOrUpdateParameters(DscConfigurationCreateOrUpdateProperties)

DscConfigurationCreateOrUpdateParameters()

Initializes a new instance of the DscConfigurationCreateOrUpdateParameters class.

public DscConfigurationCreateOrUpdateParameters();
Public Sub New ()

Applies to

DscConfigurationCreateOrUpdateParameters(DscConfigurationCreateOrUpdateProperties)

public DscConfigurationCreateOrUpdateParameters(Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.DscConfigurationCreateOrUpdateParameters
Public Sub New (properties As DscConfigurationCreateOrUpdateProperties)

Parameters

Applies to