Compartilhar via


Pool.TargetNodeCommunicationMode Propriedade

Definição

Obtém ou define o modo de comunicação de nó desejado para o 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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Se omitido, o valor padrão será Default. Os valores possíveis incluem: 'Default', 'Classic', 'Simplified'

Aplica-se a