HostnameSslBinding.DefinitionStages.WithKeyVault<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface HostnameSslBinding.DefinitionStages.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 |
---|---|
abstract
With |
withExistingKeyVault(Vault vault)
Stores the certificate in an existing vault. |
abstract
With |
withNewKeyVault(String vaultName)
Creates a new key vault to store the certificate. |
Method Details
withExistingKeyVault
public abstract HostnameSslBinding.DefinitionStages.WithSslType
Stores the certificate in an existing vault.
Parameters:
Returns:
withNewKeyVault
public abstract HostnameSslBinding.DefinitionStages.WithSslType
Creates a new key vault to store the certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java