Share via


StaticSiteCustomDomainOverviewResource.GetAsync(CancellationToken) Method

Definition

Description for Gets an existing custom domain for a particular static site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}/customDomains/{domainName}
  • Operation Id: StaticSites_GetStaticSiteCustomDomain
  • Default Api Version: 2023-12-01
  • Resource: StaticSiteCustomDomainOverviewResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StaticSiteCustomDomainOverviewResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to