EventGridExtensions.GetPartnerNamespace Method

Definition

Get properties of a partner namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}
  • Operation Id: PartnerNamespaces_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: PartnerNamespaceResource
C#
public static Azure.Response<Azure.ResourceManager.EventGrid.PartnerNamespaceResource> GetPartnerNamespace(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string partnerNamespaceName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

partnerNamespaceName
String

Name of the partner namespace.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or partnerNamespaceName is null.

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

Applies to

Product Versions
Azure SDK for .NET Latest, Preview