NamespaceOperationsExtensions.GetAsync(INamespaceOperations, 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.
Returns the description for the specified namespace. (see http://msdn.microsoft.com/library/azure/dn140232.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse> GetAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations operations, string namespaceName);
static member GetAsync : Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNamespaceResponse>
<Extension()>
Public Function GetAsync (operations As INamespaceOperations, namespaceName As String) As Task(Of ServiceBusNamespaceResponse)
Parameters
- operations
- INamespaceOperations
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INamespaceOperations.
- namespaceName
- String
Required. The namespace name.
Returns
The response to a request for a particular namespace.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET