IAmlComputeNodesInformation.Node Property

Definition

The collection of returned AmlCompute nodes details.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The collection of returned AmlCompute nodes details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAmlComputeNodeInformation) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodes", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAmlComputeNodeInformation> Node { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="The collection of returned AmlCompute nodes details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAmlComputeNodeInformation) }, Read=true, ReadOnly=true, Required=false, SerializedName="nodes", Update=false)>]
member this.Node : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IAmlComputeNodeInformation>
Public ReadOnly Property Node As List(Of IAmlComputeNodeInformation)

Property Value

Attributes

Applies to