ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface HostnameSslBinding.UpdateDefinitionStages.WithKeyVault<ParentT>
| Modifier and Type | Method and Description |
|---|---|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> |
withExistingKeyVault(Vault vault)
Stores the certificate in an existing vault.
|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> |
withNewKeyVault(String vaultName)
Creates a new key vault to store the certificate.
|
HostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> withExistingKeyVault(Vault vault)
vault - the existing vault to useHostnameSslBinding.UpdateDefinitionStages.WithSslType<ParentT> withNewKeyVault(String vaultName)
vaultName - the name of the key vault to createVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.