Compartir a través de


IWithAutoRenew.WithAutoRenewEnabled(Boolean) Método

Definición

Especifica si el dominio se debe renovar automáticamente cuando está a punto de expirar.

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

Parámetros

autoRenew
Boolean

True si el dominio se debe renovar automáticamente.

Devoluciones

Se aplica a