NginxCertificate.UpdateStages.WithProperties Interface

public static interface NginxCertificate.UpdateStages.WithProperties

The stage of the NginxCertificate update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(NginxCertificateProperties properties)

Specifies the properties property: Nginx Certificate Properties.

Method Details

withProperties

public abstract NginxCertificate.Update withProperties(NginxCertificateProperties properties)

Specifies the properties property: Nginx Certificate Properties.

Parameters:

properties - Nginx Certificate Properties.

Returns:

the next definition stage.

Applies to