Share via


TargetProperties Constructors

Definition

Overloads

TargetProperties()

Initializes a new instance of the TargetProperties class.

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

Initializes a new instance of the TargetProperties class.

TargetProperties()

Initializes a new instance of the TargetProperties class.

public TargetProperties ();
Public Sub New ()

Applies to

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

Initializes a new instance of the TargetProperties class.

public TargetProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> azureQueries = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> nonAzureQueries = default);
new Microsoft.Azure.Management.Automation.Models.TargetProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> -> Microsoft.Azure.Management.Automation.Models.TargetProperties
Public Sub New (Optional azureQueries As IList(Of AzureQueryProperties) = Nothing, Optional nonAzureQueries As IList(Of NonAzureQueryProperties) = Nothing)

Parameters

azureQueries
IList<AzureQueryProperties>

List of Azure queries in the software update configuration.

nonAzureQueries
IList<NonAzureQueryProperties>

List of non Azure queries in the software update configuration.

Applies to