CloudPool.InterComputeNodeCommunicationEnabled 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)
Syntax
public Nullable<bool> InterComputeNodeCommunicationEnabled { get; set; }
public:
property Nullable<bool> InterComputeNodeCommunicationEnabled {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member InterComputeNodeCommunicationEnabled : Nullable<bool> with get, set
Public Property InterComputeNodeCommunicationEnabled As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
See Also
CloudPool Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top