IRevision.TemplateServiceBind 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.
List of container app services bound to the app
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of container app services bound to the app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceBinds", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind> TemplateServiceBind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of container app services bound to the app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceBinds", Update=false)>]
member this.TemplateServiceBind : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind>
Public ReadOnly Property TemplateServiceBind As List(Of IServiceBind)
Property Value
- Attributes