ISpringCloudIdentity.BuildpackBindingName Property

Definition

The name of the Buildpack Binding Name

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The name of the Buildpack Binding Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="buildpackBindingName")]
public string BuildpackBindingName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The name of the Buildpack Binding Name", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="buildpackBindingName", Update=true)]
public string BuildpackBindingName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The name of the Buildpack Binding Name", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="buildpackBindingName")>]
member this.BuildpackBindingName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The name of the Buildpack Binding Name", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="buildpackBindingName", Update=true)>]
member this.BuildpackBindingName : string with get, set
Public Property BuildpackBindingName As String

Property Value

Attributes

Applies to