SenderUsernameResourceCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/emailServices/{emailServiceName}/domains/{domainName}/senderUsernames/{senderUsername}
  • Operation Id: SenderUsernames_Get
  • Default Api Version: 2023-04-01
  • Resource: SenderUsernameResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Communication.SenderUsernameResource> GetIfExists (string senderUsername, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Communication.SenderUsernameResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Communication.SenderUsernameResource>
Public Overridable Function GetIfExists (senderUsername As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SenderUsernameResource)

Parameters

senderUsername
String

The valid sender Username.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

senderUsername is null.

Applies to