MockableAppContainersSubscriptionResource.GetCustomDomainVerificationIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the verification id of a subscription used for verifying custom domains
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.App/getCustomDomainVerificationId
- Operation Id: GetCustomDomainVerificationId
- Default Api Version: 2024-03-01
- Resource: ContainerAppJobExecutionResource
public virtual System.Threading.Tasks.Task<Azure.Response<string>> GetCustomDomainVerificationIdAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomDomainVerificationIdAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GetCustomDomainVerificationIdAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function GetCustomDomainVerificationIdAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.