Udostępnij za pośrednictwem


AzureQueryProperties Konstruktory

Definicja

Przeciążenia

AzureQueryProperties()

Inicjuje nowe wystąpienie klasy AzureQueryProperties.

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

Inicjuje nowe wystąpienie klasy AzureQueryProperties.

AzureQueryProperties()

Inicjuje nowe wystąpienie klasy AzureQueryProperties.

public AzureQueryProperties();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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>

Lista identyfikatorów usługi ARM subskrypcji lub grupy zasobów.

locations
IList<String>

Lista lokalizacji, do których ma być ograniczone zapytanie.

tagSettings
TagSettingsProperties

Ustawienia tagu dla maszyny wirtualnej.

Dotyczy