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