你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommunicationRelayClient.GetRelayConfiguration 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.
Gets a Relay Configuration for a CommunicationUserIdentifier.
public virtual Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration> GetRelayConfiguration (Azure.Communication.CommunicationUserIdentifier communicationUser = default, Azure.Communication.NetworkTraversal.RouteType? routeType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayConfiguration : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>
override this.GetRelayConfiguration : Azure.Communication.CommunicationUserIdentifier * Nullable<Azure.Communication.NetworkTraversal.RouteType> * System.Threading.CancellationToken -> Azure.Response<Azure.Communication.NetworkTraversal.CommunicationRelayConfiguration>
Public Overridable Function GetRelayConfiguration (Optional communicationUser As CommunicationUserIdentifier = Nothing, Optional routeType As Nullable(Of RouteType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CommunicationRelayConfiguration)
Parameters
- communicationUser
- CommunicationUserIdentifier
The CommunicationUserIdentifier for whom to issue a token.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error.