HostNameSslBinding.DefinitionStages.WithKeyVault<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithKeyVault
The stage of a hostname SSL binding definition allowing key vault for certificate store to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Host |
withExistingKeyVault(Vault vault)
Stores the certificate in an existing vault. |
Host |
withNewKeyVault(String vaultName)
Creates a new key vault to store the certificate. |
Method Details
withExistingKeyVault
public WithSslType
Stores the certificate in an existing vault.
Parameters:
Returns:
withNewKeyVault
public WithSslType
Creates a new key vault to store the certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java