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