CustomDomain.DefinitionStages.WithCustomCertificate Interface

public static interface CustomDomain.DefinitionStages.WithCustomCertificate

The stage of the CustomDomain definition allowing to specify customCertificate.

Method Summary

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

Specifies the customCertificate property: Reference to a resource..

Method Details

withCustomCertificate

public abstract CustomDomain.DefinitionStages.WithCreate withCustomCertificate(ResourceReference customCertificate)

Specifies the customCertificate property: Reference to a resource..

Parameters:

customCertificate - Reference to a resource.

Returns:

the next definition stage.

Applies to