IStaticSite.LinkedBackend Property

Definition

Backends linked to the static side

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Backends linked to the static side", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteLinkedBackend) }, Read=true, ReadOnly=true, Required=false, SerializedName="linkedBackends", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteLinkedBackend> LinkedBackend { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Backends linked to the static side", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteLinkedBackend) }, Read=true, ReadOnly=true, Required=false, SerializedName="linkedBackends", Update=false)>]
member this.LinkedBackend : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteLinkedBackend>
Public ReadOnly Property LinkedBackend As List(Of IStaticSiteLinkedBackend)

Property Value

Attributes

Applies to