ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface HostNameSslBinding.DefinitionStages.WithKeyVault<ParentT>
| Modifier and Type | Method and Description |
|---|---|
HostNameSslBinding.DefinitionStages.WithSslType<ParentT> |
withExistingKeyVault(com.microsoft.azure.management.keyvault.Vault vault)
Stores the certificate in an existing vault.
|
HostNameSslBinding.DefinitionStages.WithSslType<ParentT> |
withNewKeyVault(String vaultName)
Creates a new key vault to store the certificate.
|
HostNameSslBinding.DefinitionStages.WithSslType<ParentT> withExistingKeyVault(com.microsoft.azure.management.keyvault.Vault vault)
vault - the existing vault to useHostNameSslBinding.DefinitionStages.WithSslType<ParentT> withNewKeyVault(String vaultName)
vaultName - the name of the key vault to create/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/