SpatialType Classe
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.
Définit des valeurs pour SpatialType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>))]
public class SpatialType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.CosmosDB.Fluent.Models.SpatialType>))>]
type SpatialType = class
inherit ExpandableStringEnum<SpatialType>
Public Class SpatialType
Inherits ExpandableStringEnum(Of SpatialType)
- Héritage
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
Constructeurs
SpatialType() |
Définit des valeurs pour SpatialType. |
Champs
LineString |
Définit des valeurs pour SpatialType. |
MultiPolygon |
Définit des valeurs pour SpatialType. |
Point |
Définit des valeurs pour SpatialType. |
Polygon |
Définit des valeurs pour SpatialType. |
Propriétés
Value |
Définit des valeurs pour SpatialType. (Hérité de ExpandableStringEnum<T>) |
Méthodes
Equals(Object) |
Définit des valeurs pour SpatialType. (Hérité de ExpandableStringEnum<T>) |
Equals(String) |
Définit des valeurs pour SpatialType. (Hérité de ExpandableStringEnum<T>) |
GetHashCode() |
Définit des valeurs pour SpatialType. (Hérité de ExpandableStringEnum<T>) |
ToString() |
Définit des valeurs pour SpatialType. (Hérité de ExpandableStringEnum<T>) |
S’applique à
Azure SDK for .NET