共用方式為


EventGridNamespaceClientResource.Get(CancellationToken) Method

Definition

Get properties of a client.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • Operation Id: Clients_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: EventGridNamespaceClientResource
public virtual Azure.Response<Azure.ResourceManager.EventGrid.EventGridNamespaceClientResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.EventGridNamespaceClientResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.EventGridNamespaceClientResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of EventGridNamespaceClientResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to