ArmApplicationNotificationEndpoint 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.
Managed application notification endpoint.
public class ArmApplicationNotificationEndpoint : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationNotificationEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationNotificationEndpoint>
public class ArmApplicationNotificationEndpoint
type ArmApplicationNotificationEndpoint = class
interface IJsonModel<ArmApplicationNotificationEndpoint>
interface IPersistableModel<ArmApplicationNotificationEndpoint>
type ArmApplicationNotificationEndpoint = class
Public Class ArmApplicationNotificationEndpoint
Implements IJsonModel(Of ArmApplicationNotificationEndpoint), IPersistableModel(Of ArmApplicationNotificationEndpoint)
Public Class ArmApplicationNotificationEndpoint
- Inheritance
-
ArmApplicationNotificationEndpoint
- Implements
Constructors
ArmApplicationNotificationEndpoint(Uri) |
Initializes a new instance of ArmApplicationNotificationEndpoint. |
Properties
Uri |
The managed application notification endpoint uri. |
Explicit Interface Implementations
IJsonModel<ArmApplicationNotificationEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArmApplicationNotificationEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArmApplicationNotificationEndpoint>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArmApplicationNotificationEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArmApplicationNotificationEndpoint>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET