IStaticSiteArmResource.LinkedBackend Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backends linked to the static side
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Backends linked to the static side", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackend) }, ReadOnly=true, Required=false, SerializedName="linkedBackends")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackend[] LinkedBackend { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Backends linked to the static side", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackend) }, ReadOnly=true, Required=false, SerializedName="linkedBackends")>]
member this.LinkedBackend : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackend[]
Public ReadOnly Property LinkedBackend As IStaticSiteLinkedBackend()
Property Value
- Attributes