Compartir a través de


AppPlatformSupportedRuntimePlatform Estructura

Definición

La plataforma de esta versión en tiempo de ejecución (valores posibles: "Java" o ".NET").

public readonly struct AppPlatformSupportedRuntimePlatform : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimePlatform>
type AppPlatformSupportedRuntimePlatform = struct
Public Structure AppPlatformSupportedRuntimePlatform
Implements IEquatable(Of AppPlatformSupportedRuntimePlatform)
Herencia
AppPlatformSupportedRuntimePlatform
Implementaciones

Constructores

AppPlatformSupportedRuntimePlatform(String)

Inicializa una nueva instancia de la clase AppPlatformSupportedRuntimePlatform.

Propiedades

Java

Java.

NetCore

.NET Core.

Métodos

Equals(AppPlatformSupportedRuntimePlatform)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform)

Determina si dos AppPlatformSupportedRuntimePlatform valores son iguales.

Implicit(String to AppPlatformSupportedRuntimePlatform)

Convierte una cadena en un AppPlatformSupportedRuntimePlatform.

Inequality(AppPlatformSupportedRuntimePlatform, AppPlatformSupportedRuntimePlatform)

Determina si dos AppPlatformSupportedRuntimePlatform valores no son los mismos.

Se aplica a