Share via


AzureQueryProperties Constructors

Definition

Overloads

AzureQueryProperties()

Initializes a new instance of the AzureQueryProperties class.

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

Initializes a new instance of the AzureQueryProperties class.

AzureQueryProperties()

Initializes a new instance of the AzureQueryProperties class.

public AzureQueryProperties ();
Public Sub New ()

Applies to

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

Initializes a new instance of the AzureQueryProperties class.

public AzureQueryProperties (System.Collections.Generic.IList<string> scope = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Automation.Models.TagSettingsProperties tagSettings = default);
new Microsoft.Azure.Management.Automation.Models.AzureQueryProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TagSettingsProperties -> Microsoft.Azure.Management.Automation.Models.AzureQueryProperties
Public Sub New (Optional scope As IList(Of String) = Nothing, Optional locations As IList(Of String) = Nothing, Optional tagSettings As TagSettingsProperties = Nothing)

Parameters

scope
IList<String>

List of Subscription or Resource Group ARM Ids.

locations
IList<String>

List of locations to scope the query to.

tagSettings
TagSettingsProperties

Tag settings for the VM.

Applies to