ISubnet.ResourceNavigationLink Property

Definition

An array of references to the external resources using subnet.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to the external resources using subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceNavigationLink) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceNavigationLinks", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceNavigationLink> ResourceNavigationLink { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="An array of references to the external resources using subnet.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceNavigationLink) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceNavigationLinks", Update=false)>]
member this.ResourceNavigationLink : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceNavigationLink>
Public ReadOnly Property ResourceNavigationLink As List(Of IResourceNavigationLink)

Property Value

Attributes

Applies to