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

AppServiceDomain.UpdateStages.WithAutoRenew Interface

public interface WithAutoRenew

A domain definition allowing auto-renew setting to be set.

Method Summary

Modifier and Type Method and Description
AppServiceDomain.Update withAutoRenewEnabled(boolean autoRenew)

Specifies if the domain should be automatically renewed when it's about to expire.

Method Details

withAutoRenewEnabled

public Update withAutoRenewEnabled(boolean autoRenew)

Specifies if the domain should be automatically renewed when it's about to expire.

Parameters:

autoRenew - true if the domain should be automatically renewed

Returns:

the next stage of domain definition

Applies to