AppServiceDomainResource.TransferOut(CancellationToken) 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.
Transfer out domain to another registrar
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/transferOut
- Operation Id: Domains_TransferOut
- Default Api Version: 2024-04-01
- Resource: AppServiceDomainResource
public virtual Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource> TransferOut (System.Threading.CancellationToken cancellationToken = default);
abstract member TransferOut : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource>
override this.TransferOut : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource>
Public Overridable Function TransferOut (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceDomainResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET