VoiceServicesPrimaryRegionProperties(IEnumerable<String>) Constructor
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.
Initializes a new instance of VoiceServicesPrimaryRegionProperties.
public VoiceServicesPrimaryRegionProperties(System.Collections.Generic.IEnumerable<string> operatorAddresses);
new Azure.ResourceManager.VoiceServices.Models.VoiceServicesPrimaryRegionProperties : seq<string> -> Azure.ResourceManager.VoiceServices.Models.VoiceServicesPrimaryRegionProperties
Public Sub New (operatorAddresses As IEnumerable(Of String))
Parameters
- operatorAddresses
- IEnumerable<String>
IP address to use to contact the operator network from this region.
Exceptions
operatorAddresses
is null.