CustomCertificate.DefinitionStages.WithKeyVaultBaseUri Interface

public static interface CustomCertificate.DefinitionStages.WithKeyVaultBaseUri

The stage of the CustomCertificate definition allowing to specify keyVaultBaseUri.

Method Summary

Modifier and Type Method and Description
abstract WithKeyVaultSecretName withKeyVaultBaseUri(String keyVaultBaseUri)

Specifies the keyVaultBaseUri property: Base uri of the KeyVault that stores certificate..

Method Details

withKeyVaultBaseUri

public abstract CustomCertificate.DefinitionStages.WithKeyVaultSecretName withKeyVaultBaseUri(String keyVaultBaseUri)

Specifies the keyVaultBaseUri property: Base uri of the KeyVault that stores certificate..

Parameters:

keyVaultBaseUri - Base uri of the KeyVault that stores certificate.

Returns:

the next definition stage.

Applies to