AppPlatformSupportedRuntimeValue Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Valor sin procesar que se podría pasar a las operaciones CRUD de implementación.
public readonly struct AppPlatformSupportedRuntimeValue : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeValue>
type AppPlatformSupportedRuntimeValue = struct
Public Structure AppPlatformSupportedRuntimeValue
Implements IEquatable(Of AppPlatformSupportedRuntimeValue)
- Herencia
-
AppPlatformSupportedRuntimeValue
- Implementaciones
Constructores
AppPlatformSupportedRuntimeValue(String) |
Inicializa una nueva instancia de la clase AppPlatformSupportedRuntimeValue. |
Propiedades
Java11 |
Java_11. |
Java17 |
Java_17. |
Java8 |
Java_8. |
NetCore31 |
NetCore_31. |
Métodos
Equals(AppPlatformSupportedRuntimeValue) |
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(AppPlatformSupportedRuntimeValue, AppPlatformSupportedRuntimeValue) |
Determina si dos AppPlatformSupportedRuntimeValue valores son iguales. |
Implicit(String to AppPlatformSupportedRuntimeValue) |
Convierte una cadena en un AppPlatformSupportedRuntimeValue. |
Inequality(AppPlatformSupportedRuntimeValue, AppPlatformSupportedRuntimeValue) |
Determina si dos AppPlatformSupportedRuntimeValue valores no son los mismos. |
Se aplica a
Azure SDK for .NET