HostNameSslBinding.Definition<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface Definition extends HostNameSslBinding.DefinitionStages.Blank,HostNameSslBinding.DefinitionStages.WithHostname,HostNameSslBinding.DefinitionStages.WithCertificate,HostNameSslBinding.DefinitionStages.WithKeyVault,HostNameSslBinding.DefinitionStages.WithSslType,HostNameSslBinding.DefinitionStages.WithAttach
The entirety of a hostname SSL binding definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
HostNameSslBinding.DefinitionStages.WithHostname<ParentT>.forHostname(String hostname)
HostNameSslBinding.DefinitionStages.WithCertificate<ParentT>.withExistingAppServiceCertificateOrder(AppServiceCertificateOrder certificateOrder)
HostNameSslBinding.DefinitionStages.WithCertificate<ParentT>.withExistingCertificate(String certificateName)
HostNameSslBinding.DefinitionStages.WithKeyVault<ParentT>.withExistingKeyVault(Vault vault)
HostNameSslBinding.DefinitionStages.WithSslType<ParentT>.withIpBasedSsl()
HostNameSslBinding.DefinitionStages.WithKeyVault<ParentT>.withNewKeyVault(String vaultName)
HostNameSslBinding.DefinitionStages.WithCertificate<ParentT>.withNewStandardSslCertificateOrder(String certificateOrderName)
HostNameSslBinding.DefinitionStages.WithCertificate<ParentT>.withPfxCertificateToUpload(File pfxFile, String password)
HostNameSslBinding.DefinitionStages.WithSslType<ParentT>.withSniBasedSsl()
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java