Share via


ISupportedRuntimeVersion.Platform Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The platform of this runtime version (possible values: "Java" or ".NET").", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatform) }, ReadOnly=false, Required=false, SerializedName="platform")]
public Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatform? Platform { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The platform of this runtime version (possible values: "Java" or ".NET").", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatform) }, ReadOnly=false, Required=false, SerializedName="platform")>]
member this.Platform : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatform> with get, set
Public Property Platform As Nullable(Of SupportedRuntimePlatform)

Property Value

Attributes

Applies to