다음을 통해 공유


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
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.

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 string to a AppPlatformSupportedRuntimePlatform.

Inequality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform)

Determines if two AppPlatformSupportedRuntimePlatform values are not the same.

Applies to