TileSetLink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A link object used in OGC tile resources.
public class TileSetLink : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileSetLink>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileSetLink>
type TileSetLink = class
interface IJsonModel<TileSetLink>
interface IPersistableModel<TileSetLink>
Public Class TileSetLink
Implements IJsonModel(Of TileSetLink), IPersistableModel(Of TileSetLink)
- Inheritance
-
TileSetLink
- Implements
Properties
| Name | Description |
|---|---|
| Href |
The URL target of the link. |
| Kind |
The media type of the linked resource. |
| Rel |
The relationship type of the link. |
| Title |
Human-readable title of the link. |