다음을 통해 공유


AppPlatformCustomDomainCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource> GetIfExists (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppPlatform.AppPlatformCustomDomainResource>
Public Overridable Function GetIfExists (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AppPlatformCustomDomainResource)

Parameters

domainName
String

The name of the custom domain resource.

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