Delen via


AzureQueryProperties Constructors

Definitie

Overloads

AzureQueryProperties()

Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.

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

Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.

AzureQueryProperties()

Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.

public AzureQueryProperties ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse AzureQueryProperties.

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>

Lijst met ARM-id's voor abonnement of resourcegroep.

locations
IList<String>

Lijst met locaties voor het bereik van de query.

tagSettings
TagSettingsProperties

Taginstellingen voor de VM.

Van toepassing op