BatchPoolReplaceContent.TargetNodeCommunicationMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The desired node communication mode for the pool. This setting replaces any existing targetNodeCommunication setting on the Pool. If omitted, the existing setting is default.
public Azure.Compute.Batch.BatchNodeCommunicationMode? TargetNodeCommunicationMode { get; set; }
member this.TargetNodeCommunicationMode : Nullable<Azure.Compute.Batch.BatchNodeCommunicationMode> with get, set
Public Property TargetNodeCommunicationMode As Nullable(Of BatchNodeCommunicationMode)
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET