Sdílet prostřednictvím


AppPlatformSupportedRuntimeValue Struct

Definition

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
AppPlatformSupportedRuntimeValue
Implements

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.

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

Inequality(AppPlatformSupportedRuntimeValue, AppPlatformSupportedRuntimeValue)

Determines if two AppPlatformSupportedRuntimeValue values are not the same.

Applies to