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