IBuildpackBindingResource.BindingType 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.
Buildpack Binding Type
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Buildpack Binding Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.BindingType) }, ReadOnly=false, Required=false, SerializedName="bindingType")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.BindingType? BindingType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Buildpack Binding Type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.BindingType) }, ReadOnly=false, Required=false, SerializedName="bindingType")>]
member this.BindingType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.BindingType> with get, set
Public Property BindingType As Nullable(Of BindingType)
Property Value
- Attributes