PoolSpecification.EnableInterComputeNodeCommunication Property
Optional. Gets or sets whether the pool permits direct communication between nodes.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Usage
'Usage
Dim instance As PoolSpecification
Dim value As Nullable(Of Boolean)
value = instance.EnableInterComputeNodeCommunication
instance.EnableInterComputeNodeCommunication = value
Syntax
'Declaration
Public Property EnableInterComputeNodeCommunication As Nullable(Of Boolean)
public Nullable<bool> EnableInterComputeNodeCommunication { get; set; }
public:
property Nullable<bool> EnableInterComputeNodeCommunication {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_EnableInterComputeNodeCommunication ()
/** @property */
public void set_EnableInterComputeNodeCommunication (Nullable<boolean> value)
public function get EnableInterComputeNodeCommunication () : Nullable<boolean>
public function set EnableInterComputeNodeCommunication (value : Nullable<boolean>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
PoolSpecification Class
PoolSpecification Members
Microsoft.Azure.Batch.Protocol.Models Namespace