Share via


NamespacesOperationsExtensions.Get Method

Definition

Returns the description for the specified namespace.

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

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