NetworkIdentifier 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.
Identifier for the network to be queried.
public class NetworkIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.Communication.ProgrammableConnectivity.NetworkIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.ProgrammableConnectivity.NetworkIdentifier>
type NetworkIdentifier = class
interface IJsonModel<NetworkIdentifier>
interface IPersistableModel<NetworkIdentifier>
Public Class NetworkIdentifier
Implements IJsonModel(Of NetworkIdentifier), IPersistableModel(Of NetworkIdentifier)
- Inheritance
-
NetworkIdentifier
- Implements
Constructors
NetworkIdentifier(String, String) |
Initializes a new instance of NetworkIdentifier. |
Properties
Identifier |
The network identifier, based on the identifierType: an IPv4 address, and IPv6 address, or a Network Code. A Network Code may be obtained from APC documentation or from the APC /Network:retrieve endpoint. |
IdentifierType |
The type of identifier for the network. one of: 'IPv4', 'IPv6', 'NetworkCode'. |
Explicit Interface Implementations
IJsonModel<NetworkIdentifier>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkIdentifier>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkIdentifier>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkIdentifier>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkIdentifier>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET