Compartir a través de


PoolPatchParameter.TargetNodeCommunicationMode Propiedad

Definición

Obtiene o establece el modo de comunicación de nodo deseado para el grupo.

[Newtonsoft.Json.JsonProperty(PropertyName="targetNodeCommunicationMode")]
public Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode? TargetNodeCommunicationMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetNodeCommunicationMode")>]
member this.TargetNodeCommunicationMode : Nullable<Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode> with get, set
Public Property TargetNodeCommunicationMode As Nullable(Of NodeCommunicationMode)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Si este elemento está presente, reemplaza el targetNodeCommunicationMode existente configurado en el grupo. Si se omite, los metadatos existentes se dejan sin cambios. Entre los valores posibles se incluyen: "default", "classic", "simplified"

Se aplica a