你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAutoRenew.WithAutoRenewEnabled(Boolean) 方法

定义

指定域即将过期时是否应自动续订。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate WithAutoRenewEnabled (bool autoRenew);
abstract member WithAutoRenewEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate
Public Function WithAutoRenewEnabled (autoRenew As Boolean) As IWithCreate

参数

autoRenew
Boolean

如果应自动续订域,则为 True。

返回

适用于