VoiceServicesPrimaryRegionProperties 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 configuration used in this region as primary, and other regions as backup.
public class VoiceServicesPrimaryRegionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.VoiceServices.Models.VoiceServicesPrimaryRegionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.VoiceServices.Models.VoiceServicesPrimaryRegionProperties>
type VoiceServicesPrimaryRegionProperties = class
interface IJsonModel<VoiceServicesPrimaryRegionProperties>
interface IPersistableModel<VoiceServicesPrimaryRegionProperties>
Public Class VoiceServicesPrimaryRegionProperties
Implements IJsonModel(Of VoiceServicesPrimaryRegionProperties), IPersistableModel(Of VoiceServicesPrimaryRegionProperties)
- Inheritance
-
VoiceServicesPrimaryRegionProperties
- Implements
Constructors
VoiceServicesPrimaryRegionProperties(IEnumerable<String>) |
Initializes a new instance of VoiceServicesPrimaryRegionProperties. |
Properties
AllowedMediaSourceAddressPrefixes |
The allowed source IP address or CIDR ranges for media. |
AllowedSignalingSourceAddressPrefixes |
The allowed source IP address or CIDR ranges for signaling. |
EsrpAddresses |
IP address to use to contact the ESRP from this region. |
OperatorAddresses |
IP address to use to contact the operator network from this region. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VoiceServicesPrimaryRegionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VoiceServicesPrimaryRegionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VoiceServicesPrimaryRegionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VoiceServicesPrimaryRegionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VoiceServicesPrimaryRegionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |