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>
type MessageTemplateLocation = class
inherit MessageTemplateValue
interface IJsonModel<MessageTemplateLocation>
interface IPersistableModel<MessageTemplateLocation>
Public Class MessageTemplateLocation
Inherits MessageTemplateValue
Implements IJsonModel(Of MessageTemplateLocation), IPersistableModel(Of MessageTemplateLocation)
- Inheritance
- Implements
Constructors
MessageTemplateLocation(String) |
Initializes a new instance of MessageTemplateLocation. |
Properties
Address |
The [Optional] address of the location. |
LocationName |
The [Optional] name of the location. |
Name |
Template binding reference name. (Inherited from MessageTemplateValue) |
Position |
The geo position of the location. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from MessageTemplateValue) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET