Compartir a través de


NodeRemoveParameter.NodeList Propiedad

Definición

Obtiene o establece una lista que contiene los identificadores de los nodos de proceso que se van a quitar del grupo especificado.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Se puede quitar un máximo de 100 nodos por solicitud.

Se aplica a