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


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

Определение

Перегрузки

TargetProperties()

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

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

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

TargetProperties()

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

public TargetProperties ();
Public Sub New ()

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

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

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

public TargetProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> azureQueries = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> nonAzureQueries = default);
new Microsoft.Azure.Management.Automation.Models.TargetProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> -> Microsoft.Azure.Management.Automation.Models.TargetProperties
Public Sub New (Optional azureQueries As IList(Of AzureQueryProperties) = Nothing, Optional nonAzureQueries As IList(Of NonAzureQueryProperties) = Nothing)

Параметры

azureQueries
IList<AzureQueryProperties>

Список запросов Azure в конфигурации обновления программного обеспечения.

nonAzureQueries
IList<NonAzureQueryProperties>

Список запросов, отличных от Azure, в конфигурации обновления программного обеспечения.

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