CustomLocationHostType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’hôte référencé par l’emplacement personnalisé (Kubernetes, etc...).
public readonly struct CustomLocationHostType : IEquatable<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationHostType>
type CustomLocationHostType = struct
Public Structure CustomLocationHostType
Implements IEquatable(Of CustomLocationHostType)
- Héritage
-
CustomLocationHostType
- Implémente
Constructeurs
CustomLocationHostType(String) |
Initialise une nouvelle instance de CustomLocationHostType. |
Propriétés
Kubernetes |
Kubernetes. |
Méthodes
Equals(CustomLocationHostType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(CustomLocationHostType, CustomLocationHostType) |
Détermine si deux CustomLocationHostType valeurs sont identiques. |
Implicit(String to CustomLocationHostType) |
Convertit une chaîne en CustomLocationHostType. |
Inequality(CustomLocationHostType, CustomLocationHostType) |
Détermine si deux CustomLocationHostType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET