Aracılığıyla paylaş


TargetProperties Oluşturucular

Tanım

Aşırı Yüklemeler

TargetProperties()

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

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

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

TargetProperties()

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

public TargetProperties ();
Public Sub New ()

Şunlara uygulanır

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

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

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)

Parametreler

azureQueries
IList<AzureQueryProperties>

Yazılım güncelleştirme yapılandırmasındaki Azure sorgularının listesi.

nonAzureQueries
IList<NonAzureQueryProperties>

Yazılım güncelleştirme yapılandırmasındaki Azure dışı sorguların listesi.

Şunlara uygulanır