Share via


IWithAutoRenew.WithAutoRenewEnabled(Boolean) Method

Definition

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

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

Parameters

autoRenew
Boolean

True if the domain should be automatically renewed.

Returns

Applies to