IStaticSiteBuildArmResourceProperties.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 build
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Backends linked to the static side build", 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 build", 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