共用方式為


NamespacesOperationsExtensions.Get Method

Definition

Gets a description for the specified namespace. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

public static Microsoft.Azure.Management.ServiceBus.Models.SBNamespace Get (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member Get : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string -> Microsoft.Azure.Management.ServiceBus.Models.SBNamespace
<Extension()>
Public Function Get (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String) As SBNamespace

Parameters

operations
INamespacesOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

namespaceName
String

The namespace name

Returns

Applies to