Condividi tramite


EmailServiceResourceCollection.GetAsync(String, CancellationToken) Method

Definition

Get the EmailService and its properties.

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

Parameters

emailServiceName
String

The name of the EmailService resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

emailServiceName is null.

Applies to