Sdílet prostřednictvím


AzureQueryProperties Konstruktory

Definice

Přetížení

AzureQueryProperties()

Inicializuje novou instanci třídy AzureQueryProperties.

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

Inicializuje novou instanci třídy AzureQueryProperties.

AzureQueryProperties()

Inicializuje novou instanci třídy AzureQueryProperties.

public AzureQueryProperties ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci třídy 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)

Parametry

scope
IList<String>

Seznam ID ARM předplatného nebo skupiny prostředků

locations
IList<String>

Seznam umístění, na která se má dotaz vymezit.

tagSettings
TagSettingsProperties

Nastavení značek pro virtuální počítač

Platí pro