Condividi tramite


ISupportedRuntimeVersion.Platform Property

Definition

The platform of this runtime version (possible values: "Java" or ".NET").

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.PSArgumentCompleter(new System.String[] { "Java", ".NET Core" })]
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The platform of this runtime version (possible values: "Java" or ".NET").", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="platform", Update=true)]
public string Platform { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.PSArgumentCompleter(new System.String[] { "Java", ".NET Core" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="The platform of this runtime version (possible values: "Java" or ".NET").", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="platform", Update=true)>]
member this.Platform : string with get, set
Public Property Platform As String

Property Value

Attributes

Applies to