ConnectionMonitorEndpointScopeItem 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.
Describes the connection monitor endpoint scope item.
public class ConnectionMonitorEndpointScopeItem : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectionMonitorEndpointScopeItem>
public class ConnectionMonitorEndpointScopeItem
type ConnectionMonitorEndpointScopeItem = class
interface IJsonModel<ConnectionMonitorEndpointScopeItem>
interface IPersistableModel<ConnectionMonitorEndpointScopeItem>
type ConnectionMonitorEndpointScopeItem = class
Public Class ConnectionMonitorEndpointScopeItem
Implements IJsonModel(Of ConnectionMonitorEndpointScopeItem), IPersistableModel(Of ConnectionMonitorEndpointScopeItem)
Public Class ConnectionMonitorEndpointScopeItem
- Inheritance
-
ConnectionMonitorEndpointScopeItem
- Implements
Constructors
ConnectionMonitorEndpointScopeItem() |
Initializes a new instance of ConnectionMonitorEndpointScopeItem. |
Properties
Address |
The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP address. |
Explicit Interface Implementations
IJsonModel<ConnectionMonitorEndpointScopeItem>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectionMonitorEndpointScopeItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectionMonitorEndpointScopeItem>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectionMonitorEndpointScopeItem>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectionMonitorEndpointScopeItem>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |