SupportedRuntimeValue 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 raw value which could be passed to deployment CRUD operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimeValueTypeConverter))]
public struct SupportedRuntimeValue : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimeValue>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Support.SupportedRuntimeValueTypeConverter))>]
type SupportedRuntimeValue = struct
interface IArgumentCompleter
Public Structure SupportedRuntimeValue
Implements IArgumentCompleter, IEquatable(Of SupportedRuntimeValue)
- Inheritance
-
SupportedRuntimeValue
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Java11 | |
| Java17 | |
| Java8 | |
| NetCore31 | |
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 SupportedRuntimeValue (override for Object) |
| Equals(SupportedRuntimeValue) |
Compares values of enum type SupportedRuntimeValue |
| GetHashCode() |
Returns hashCode for enum SupportedRuntimeValue |
| ToString() |
Returns string representation for SupportedRuntimeValue |
Operators
| Name | Description |
|---|---|
| Equality(SupportedRuntimeValue, SupportedRuntimeValue) |
Overriding == operator for enum SupportedRuntimeValue |
| Implicit(String to SupportedRuntimeValue) |
Implicit operator to convert string to SupportedRuntimeValue |
| Implicit(SupportedRuntimeValue to String) |
Implicit operator to convert SupportedRuntimeValue to string |
| Inequality(SupportedRuntimeValue, SupportedRuntimeValue) |
Overriding != operator for enum SupportedRuntimeValue |