ISupportedRuntimeVersion.Platform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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