MessageTemplateLocation 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.
The message template's location value information.
public class MessageTemplateLocation : Azure.Communication.Messages.MessageTemplateValue, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.MessageTemplateLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.MessageTemplateLocation>
public class MessageTemplateLocation : Azure.Communication.Messages.MessageTemplateValue
type MessageTemplateLocation = class
inherit MessageTemplateValue
interface IJsonModel<MessageTemplateLocation>
interface IPersistableModel<MessageTemplateLocation>
type MessageTemplateLocation = class
inherit MessageTemplateValue
Public Class MessageTemplateLocation
Inherits MessageTemplateValue
Implements IJsonModel(Of MessageTemplateLocation), IPersistableModel(Of MessageTemplateLocation)
Public Class MessageTemplateLocation
Inherits MessageTemplateValue
- Inheritance
- Implements
Constructors
MessageTemplateLocation(String) |
Initializes a new instance of MessageTemplateLocation. |
MessageTemplateLocation(String, Double, Double, String, String) |
Properties
Address |
The [Optional] address of the location. |
Latitude |
The latitude of the location. |
LocationName |
The [Optional] name of the location. |
Longitude |
The longitude of the location. |
Name |
Template binding reference name. (Inherited from MessageTemplateValue) |
Position |
The geo position of the location. |
Explicit Interface Implementations
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET