Share via


PartnerRegistrationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}
  • Operation Id: PartnerRegistrations_Get
  • Default Api Version: 2024-06-01-preview
  • Resource: PartnerRegistrationResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.EventGrid.PartnerRegistrationResource>> GetIfExistsAsync (string partnerRegistrationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.EventGrid.PartnerRegistrationResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.EventGrid.PartnerRegistrationResource>>
Public Overridable Function GetIfExistsAsync (partnerRegistrationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of PartnerRegistrationResource))

Parameters

partnerRegistrationName
String

Name of the partner registration.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

partnerRegistrationName is null.

Applies to