SipRoutingClient.GetDomain(String, CancellationToken) Method
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.
Get a single SipDomain object.
public virtual Azure.Response<Azure.Communication.PhoneNumbers.SipRouting.SipDomain> GetDomain(string fqdn, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDomain : string * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.PhoneNumbers.SipRouting.SipDomain>
override this.GetDomain : string * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.PhoneNumbers.SipRouting.SipDomain>
Public Overridable Function GetDomain (fqdn As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SipDomain)
Parameters
- fqdn
- String
Domain name.
- cancellationToken
- CancellationToken
Optional cancellation token.
Returns
Sip domain configuration.