SupportedRuntimePlatform Struct
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").
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatformTypeConverter))]
public struct SupportedRuntimePlatform : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatform>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimePlatformTypeConverter))>]
type SupportedRuntimePlatform = struct
interface IArgumentCompleter
Public Structure SupportedRuntimePlatform
Implements IArgumentCompleter, IEquatable(Of SupportedRuntimePlatform)
- Inheritance
-
SupportedRuntimePlatform
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Java | |
| NetCore | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type SupportedRuntimePlatform (override for Object) |
| Equals(SupportedRuntimePlatform) |
Compares values of enum type SupportedRuntimePlatform |
| GetHashCode() |
Returns hashCode for enum SupportedRuntimePlatform |
| ToString() |
Returns string representation for SupportedRuntimePlatform |
Operators
| Name | Description |
|---|---|
| Equality(SupportedRuntimePlatform, SupportedRuntimePlatform) |
Overriding == operator for enum SupportedRuntimePlatform |
| Implicit(String to SupportedRuntimePlatform) |
Implicit operator to convert string to SupportedRuntimePlatform |
| Implicit(SupportedRuntimePlatform to String) |
Implicit operator to convert SupportedRuntimePlatform to string |
| Inequality(SupportedRuntimePlatform, SupportedRuntimePlatform) |
Overriding != operator for enum SupportedRuntimePlatform |