Interface HostnameSslBinding.Definition<ParentT>
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HostnameSslBinding.DefinitionStages.Blank<ParentT>,HostnameSslBinding.DefinitionStages.WithAttach<ParentT>,HostnameSslBinding.DefinitionStages.WithCertificate<ParentT>,HostnameSslBinding.DefinitionStages.WithHostname<ParentT>,HostnameSslBinding.DefinitionStages.WithKeyVault<ParentT>,HostnameSslBinding.DefinitionStages.WithSslType<ParentT>
- Enclosing interface:
HostnameSslBinding
public static interface HostnameSslBinding.Definition<ParentT>
extends HostnameSslBinding.DefinitionStages.Blank<ParentT>, HostnameSslBinding.DefinitionStages.WithHostname<ParentT>, HostnameSslBinding.DefinitionStages.WithCertificate<ParentT>, HostnameSslBinding.DefinitionStages.WithKeyVault<ParentT>, HostnameSslBinding.DefinitionStages.WithSslType<ParentT>, HostnameSslBinding.DefinitionStages.WithAttach<ParentT>
The entirety of a hostname SSL binding definition.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attachMethods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithCertificate
withExistingAppServiceCertificateOrder, withExistingCertificate, withNewStandardSslCertificateOrder, withPfxCertificateToUploadMethods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithHostname
forHostnameMethods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithKeyVault
withExistingKeyVault, withNewKeyVaultMethods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.DefinitionStages.WithSslType
withIpBasedSsl, withSniBasedSsl