次の方法で共有


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 の 場合は、ドメインを自動的に更新する必要があります。

戻り値

適用対象