VoiceServicesCommunicationsGatewayConnectivity Struct
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.
How this deployment connects back to the operator network.
public readonly struct VoiceServicesCommunicationsGatewayConnectivity : IEquatable<Azure.ResourceManager.VoiceServices.Models.VoiceServicesCommunicationsGatewayConnectivity>
type VoiceServicesCommunicationsGatewayConnectivity = struct
Public Structure VoiceServicesCommunicationsGatewayConnectivity
Implements IEquatable(Of VoiceServicesCommunicationsGatewayConnectivity)
- Inheritance
-
VoiceServicesCommunicationsGatewayConnectivity
- Implements
Constructors
VoiceServicesCommunicationsGatewayConnectivity(String) |
Initializes a new instance of VoiceServicesCommunicationsGatewayConnectivity. |
Properties
PublicAddress |
This deployment connects to the operator network using a Public IP address, e.g. when using MAPS. |
Methods
Equals(VoiceServicesCommunicationsGatewayConnectivity) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VoiceServicesCommunicationsGatewayConnectivity, VoiceServicesCommunicationsGatewayConnectivity) |
Determines if two VoiceServicesCommunicationsGatewayConnectivity values are the same. |
Implicit(String to VoiceServicesCommunicationsGatewayConnectivity) |
Converts a string to a VoiceServicesCommunicationsGatewayConnectivity. |
Inequality(VoiceServicesCommunicationsGatewayConnectivity, VoiceServicesCommunicationsGatewayConnectivity) |
Determines if two VoiceServicesCommunicationsGatewayConnectivity values are not the same. |
Applies to
Azure SDK for .NET