RelayOperationsExtensions.GetConnectionDetailsAsync 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 the set of connection strings for a relay.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse> GetConnectionDetailsAsync (this Microsoft.WindowsAzure.Management.ServiceBus.IRelayOperations operations, string namespaceName, string relayName);
static member GetConnectionDetailsAsync : Microsoft.WindowsAzure.Management.ServiceBus.IRelayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusConnectionDetailsResponse>
<Extension()>
Public Function GetConnectionDetailsAsync (operations As IRelayOperations, namespaceName As String, relayName As String) As Task(Of ServiceBusConnectionDetailsResponse)
Parameters
- operations
- IRelayOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.IRelayOperations.
- namespaceName
- String
Required. The namespace name.
- relayName
- String
Required. The relay name.
Returns
The set of connection details for a service bus entity.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET