TriggerProperties.SelfLink Propriété
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.
Obtient le lien automatique associé à la ressource à partir du service Azure Cosmos DB.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_self")]
public string SelfLink { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_self")>]
member this.SelfLink : string
Public ReadOnly Property SelfLink As String
Valeur de propriété
Lien automatique associé à la ressource.
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
Un lien automatique est un URI adressable statique pour chaque ressource au sein d’un compte de base de données et suit le modèle de ressource Azure Cosmos DB. Par exemple, un lien automatique pour un document peut être dbs/db_resourceid/colls/coll_resourceid/documents/doc_resourceid
S’applique à
Azure SDK for .NET