CustomCertificate.DefinitionStages.WithKeyVaultSecretName Interface

public static interface CustomCertificate.DefinitionStages.WithKeyVaultSecretName

The stage of the CustomCertificate definition allowing to specify keyVaultSecretName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKeyVaultSecretName(String keyVaultSecretName)

Specifies the keyVaultSecretName property: Certificate secret name..

Method Details

withKeyVaultSecretName

public abstract CustomCertificate.DefinitionStages.WithCreate withKeyVaultSecretName(String keyVaultSecretName)

Specifies the keyVaultSecretName property: Certificate secret name..

Parameters:

keyVaultSecretName - Certificate secret name.

Returns:

the next definition stage.

Applies to