ISubnet.ServiceAssociationLink Property

Definition

An array of references to services injecting into this subnet.

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

Property Value

Attributes

Applies to