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
attach
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithCertificate
withExistingAppServiceCertificateOrder, withExistingCertificate, withNewStandardSslCertificateOrder, withPfxCertificateToUpload
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithHostname
forHostname
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithKeyVault
withExistingKeyVault, withNewKeyVault
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameSslBinding.UpdateDefinitionStages.WithSslType
withIpBasedSsl, withSniBasedSsl
-
-