Поделиться через


AzureQueryProperties Конструкторы

Определение

Перегрузки

AzureQueryProperties()

Инициализирует новый экземпляр класса AzureQueryProperties.

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

Инициализирует новый экземпляр класса AzureQueryProperties.

AzureQueryProperties()

Инициализирует новый экземпляр класса AzureQueryProperties.

public AzureQueryProperties();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса 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)

Параметры

scope
IList<String>

Список идентификаторов ARM подписки или группы ресурсов.

locations
IList<String>

Список расположений, в которые область запрос.

tagSettings
TagSettingsProperties

Параметры тегов для виртуальной машины.

Применяется к