Delen via


StaticSiteCustomDomainOverviewCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

domainName
String

The custom domain name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

domainName is null.

Applies to