TopicOperationsExtensions.Get(ITopicOperations, String, String) 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.
The topic description is an XML AtomPub document that defines the desired semantics for a topic. The topic description contains the following properties. For more information, see the TopicDescription Properties topic. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.aspx for more information)
public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse Get (this Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations operations, string namespaceName, string topicName);
static member Get : Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations * string * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse
<Extension()>
Public Function Get (operations As ITopicOperations, namespaceName As String, topicName As String) As ServiceBusTopicResponse
Parameters
- operations
- ITopicOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations.
- namespaceName
- String
Required. The namespace name.
- topicName
- String
Required. The topic.
Returns
A response to a request for a particular topic.
Applies to
Azure SDK for .NET