Bagikan melalui


RelayNamespaceCollection.Get(String, CancellationToken) Method

Definition

Returns the description for the specified namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}
  • Operation Id: Namespaces_Get
public virtual Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource> Get (string namespaceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>
Public Overridable Function Get (namespaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelayNamespaceResource)

Parameters

namespaceName
String

The namespace name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

namespaceName is an empty string, and was expected to be non-empty.

namespaceName is null.

Applies to