Share via


AppPlatformSupportedRuntimePlatform Struct

Definition

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.ValueType
AppPlatformSupportedRuntimePlatform
Implements

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.

Applies to