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 createCopyright © 2019. All rights reserved.