Freigeben über


Pool.TargetNodeCommunicationMode Eigenschaft

Definition

Ruft den kommunikationsmodus für den gewünschten Knoten für den Pool ab oder legt diese fest.

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Wenn der Wert nicht angegeben wird, lautet der Standardwert Default. Mögliche Werte: "Default", "Classic", "Simplified"

Gilt für: