Share via


IKubernetesClusterNode.NetworkAttachment Property

Definition

The NetworkAttachments made to this node.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The NetworkAttachments made to this node.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkAttachments", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment> NetworkAttachment { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The NetworkAttachments made to this node.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment) }, Read=true, ReadOnly=true, Required=false, SerializedName="networkAttachments", Update=false)>]
member this.NetworkAttachment : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment>
Public ReadOnly Property NetworkAttachment As List(Of INetworkAttachment)

Property Value

Attributes

Applies to