PoolAddParameter.EnableInterNodeCommunication 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 si le pool autorise la communication directe entre les nœuds de calcul.
[Newtonsoft.Json.JsonProperty(PropertyName="enableInterNodeCommunication")]
public bool? EnableInterNodeCommunication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableInterNodeCommunication")>]
member this.EnableInterNodeCommunication : Nullable<bool> with get, set
Public Property EnableInterNodeCommunication As Nullable(Of Boolean)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
L’activation de la communication entre nœuds limite la taille maximale du pool en raison des restrictions de déploiement sur les nœuds de calcul du pool. Il se peut que le pool n’atteigne pas la taille souhaitée. La valeur par défaut est false.
S’applique à
Azure SDK for .NET