Aracılığıyla paylaş


AzureQueryProperties Oluşturucular

Tanım

Aşırı Yüklemeler

AzureQueryProperties()

AzureQueryProperties sınıfının yeni bir örneğini başlatır.

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

AzureQueryProperties sınıfının yeni bir örneğini başlatır.

AzureQueryProperties()

AzureQueryProperties sınıfının yeni bir örneğini başlatır.

public AzureQueryProperties ();
Public Sub New ()

Şunlara uygulanır

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

AzureQueryProperties sınıfının yeni bir örneğini başlatır.

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)

Parametreler

scope
IList<String>

Abonelik veya Kaynak Grubu ARM Kimliklerinin listesi.

locations
IList<String>

Sorgunun kapsamına almak için konumların listesi.

tagSettings
TagSettingsProperties

VM için etiket ayarları.

Şunlara uygulanır