SpatialType Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para 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)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
SpatialType() |
Define valores para SpatialType. |
Campos
LineString |
Define valores para SpatialType. |
MultiPolygon |
Define valores para SpatialType. |
Point |
Define valores para SpatialType. |
Polygon |
Define valores para SpatialType. |
Propriedades
Value |
Define valores para SpatialType. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para SpatialType. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para SpatialType. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para SpatialType. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para SpatialType. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET