CloudPool.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.
Gets or sets the desired node communication mode for the pool.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
If omitted, the default value is Default. Possible values include: 'default', 'classic', 'simplified'
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET