Share via


IKubernetesCluster.AttachedNetworkId Property

Definition

The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachedNetworkIds", Update=false)]
public System.Collections.Generic.List<string> AttachedNetworkId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachedNetworkIds", Update=false)>]
member this.AttachedNetworkId : System.Collections.Generic.List<string>
Public ReadOnly Property AttachedNetworkId As List(Of String)

Property Value

Attributes

Applies to