AppPlatformSupportedRuntimePlatform 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").
public readonly struct AppPlatformSupportedRuntimePlatform : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimePlatform>
type AppPlatformSupportedRuntimePlatform = struct
Public Structure AppPlatformSupportedRuntimePlatform
Implements IEquatable(Of AppPlatformSupportedRuntimePlatform)
- Inheritance
-
System.ValueTypeAppPlatformSupportedRuntimePlatform
- Implements
-
System.IEquatable<AppPlatformSupportedRuntimePlatform>
Constructors
| AppPlatformSupportedRuntimePlatform(String) |
Initializes a new instance of AppPlatformSupportedRuntimePlatform. |
Properties
| Java |
Java. |
| NetCore |
.NET Core. |
Methods
| Equals(AppPlatformSupportedRuntimePlatform) |
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(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform) |
Determines if two AppPlatformSupportedRuntimePlatform values are the same. |
| Implicit(String to AppPlatformSupportedRuntimePlatform) |
Converts a System.String to a AppPlatformSupportedRuntimePlatform. |
| Inequality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform) |
Determines if two AppPlatformSupportedRuntimePlatform values are not the same. |