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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET