Interface HostNameSslBinding.Definition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.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.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithCertificate
withExistingAppServiceCertificateOrder, withExistingCertificate, withNewStandardSslCertificateOrder, withPfxCertificateToUpload
-
Methods inherited from interface com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithHostname
forHostname
-
Methods inherited from interface com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithKeyVault
withExistingKeyVault, withNewKeyVault
-
Methods inherited from interface com.microsoft.azure.management.appservice.HostNameSslBinding.DefinitionStages.WithSslType
withIpBasedSsl, withSniBasedSsl
-
-