Condividi tramite


ISupportedRuntimeVersion.Value Property

Definition

The raw value which could be passed to deployment CRUD operations.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.PSArgumentCompleter(new System.String[] { "Java_8", "Java_11", "Java_17", "NetCore_31" })]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The raw value which could be passed to deployment CRUD operations.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)]
public string Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.PSArgumentCompleter(new System.String[] { "Java_8", "Java_11", "Java_17", "NetCore_31" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The raw value which could be passed to deployment CRUD operations.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes

Applies to