Partager via


Crs.Linked Méthode

Définition

Surcharges

Linked(String)

Crée un CRS lié dans le service Azure Cosmos DB.

Linked(String, String)

Crée un CRS lié avec le type facultatif spécifié dans le service Azure Cosmos DB.

Linked(String)

Crée un CRS lié dans le service Azure Cosmos DB.

public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String) As LinkedCrs

Paramètres

href
String

Lien CRS.

Retours

Instance de classe Crs .

S’applique à

Linked(String, String)

Crée un CRS lié avec le type facultatif spécifié dans le service Azure Cosmos DB.

public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String, type As String) As LinkedCrs

Paramètres

href
String

Lien CRS.

type
String

Type de lien CRS.

Retours

Instance de classe Crs .

S’applique à