Compartir a través de


IWithAutoRenew.WithAutoRenew(Boolean) Método

Definición

Especifica si el certificado debe renovarse automáticamente.

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate WithAutoRenew (bool enabled);
abstract member WithAutoRenew : bool -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate
Public Function WithAutoRenew (enabled As Boolean) As IUpdate

Parámetros

enabled
Boolean

True si el pedido de certificado debe renovarse automáticamente.

Devoluciones

Se aplica a