CustomDomain.UpdateStages.WithCustomCertificate Interface

public static interface CustomDomain.UpdateStages.WithCustomCertificate

The stage of the CustomDomain update allowing to specify customCertificate.

Method Summary

Modifier and Type Method and Description
abstract Update withCustomCertificate(ResourceReference customCertificate)

Specifies the customCertificate property: Reference to a resource..

Method Details

withCustomCertificate

public abstract CustomDomain.Update withCustomCertificate(ResourceReference customCertificate)

Specifies the customCertificate property: Reference to a resource..

Parameters:

customCertificate - Reference to a resource.

Returns:

the next definition stage.

Applies to