Share via


UpdateConfiguration.NonAzureComputerNames Property

Definition

Gets or sets list of names of non-azure machines targeted by the software update configuration.

[Newtonsoft.Json.JsonProperty(PropertyName="nonAzureComputerNames")]
public System.Collections.Generic.IList<string> NonAzureComputerNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nonAzureComputerNames")>]
member this.NonAzureComputerNames : System.Collections.Generic.IList<string> with get, set
Public Property NonAzureComputerNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to