AppPlatformSupportedRuntimeValue 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.
public readonly struct AppPlatformSupportedRuntimeValue : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeValue>
type AppPlatformSupportedRuntimeValue = struct
Public Structure AppPlatformSupportedRuntimeValue
Implements IEquatable(Of AppPlatformSupportedRuntimeValue)
- Inheritance
-
System.ValueTypeAppPlatformSupportedRuntimeValue
- Implements
-
System.IEquatable<AppPlatformSupportedRuntimeValue>
Constructors
| AppPlatformSupportedRuntimeValue(String) |
Initializes a new instance of AppPlatformSupportedRuntimeValue. |
Properties
| Java11 |
Java_11. |
| Java17 |
Java_17. |
| Java8 |
Java_8. |
| NetCore31 |
NetCore_31. |
Methods
| Equals(AppPlatformSupportedRuntimeValue) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(AppPlatformSupportedRuntimeValue, AppPlatformSupportedRuntimeValue) |
Determines if two AppPlatformSupportedRuntimeValue values are the same. |
| Implicit(String to AppPlatformSupportedRuntimeValue) |
Converts a System.String to a AppPlatformSupportedRuntimeValue. |
| Inequality(AppPlatformSupportedRuntimeValue, AppPlatformSupportedRuntimeValue) |
Determines if two AppPlatformSupportedRuntimeValue values are not the same. |