Partager via


Pool.TargetNodeCommunicationMode Propriété

Définition

Obtient ou définit le mode de communication de nœud souhaité pour le pool.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si elle est omise, la valeur par défaut est Default. Les valeurs possibles sont les suivantes : « Default », « Classic », « Simplified »

S’applique à