PoolUpdatePropertiesParameter.TargetNodeCommunicationMode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le mode de communication de nœud souhaité pour le 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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
Ce paramètre remplace tout paramètre targetNodeCommunication existant sur le pool. En cas d’omission, le paramètre existant est par défaut. Les valeurs possibles sont les suivantes : 'default', 'classic', 'simplified'
S’applique à
Azure SDK for .NET