ISpringCloudIdentity.BuildpackName Property

Definition

The name of the buildpack resource.

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

Property Value

Attributes

Applies to