VoiceServicesCommunicationsGatewayData 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.
A class representing the VoiceServicesCommunicationsGateway data model. A CommunicationsGateway resource
public class VoiceServicesCommunicationsGatewayData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.VoiceServices.VoiceServicesCommunicationsGatewayData>
type VoiceServicesCommunicationsGatewayData = class
inherit TrackedResourceData
interface IJsonModel<VoiceServicesCommunicationsGatewayData>
interface IPersistableModel<VoiceServicesCommunicationsGatewayData>
Public Class VoiceServicesCommunicationsGatewayData
Inherits TrackedResourceData
Implements IJsonModel(Of VoiceServicesCommunicationsGatewayData), IPersistableModel(Of VoiceServicesCommunicationsGatewayData)
- Inheritance
- Implements
Constructors
VoiceServicesCommunicationsGatewayData(AzureLocation) |
Initializes a new instance of VoiceServicesCommunicationsGatewayData. |
Properties
ApiBridge |
Details of API bridge functionality, if required To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
AutoGeneratedDomainNameLabel |
The autogenerated label used as part of the FQDNs for accessing the Communications Gateway. |
AutoGeneratedDomainNameLabelScope |
The scope at which the auto-generated domain name can be re-used. |
Codecs |
Voice codecs to support. |
Connectivity |
How to connect back to the operator network, e.g. MAPS. |
E911Type |
How to handle 911 calls. |
EmergencyDialStrings |
A list of dial strings used for emergency calling. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsOnPremMcpEnabled |
Whether an on-premises Mobile Control Point is in use. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
Platforms |
What platforms to support. |
ProvisioningState |
Resource provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServiceLocations |
The regions in which to deploy the resources needed for Teams Calling. |
Status |
The current status of the deployment. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
TeamsVoicemailPilotNumber |
This number is used in Teams Phone Mobile scenarios for access to the voicemail IVR from the native dialer. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<VoiceServicesCommunicationsGatewayData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VoiceServicesCommunicationsGatewayData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VoiceServicesCommunicationsGatewayData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VoiceServicesCommunicationsGatewayData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VoiceServicesCommunicationsGatewayData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET