Uses of Class
com.microsoft.azure.management.appservice.HostNameSslState
Packages that use HostNameSslState
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of HostNameSslState in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostNameSslStateModifier and TypeMethodDescriptionHostNameSslState.withHostType(HostType hostType) Set indicates whether the hostname is a standard or repository hostname.Set hostname.HostNameSslState.withSslState(SslState sslState) Set sSL type.HostNameSslState.withThumbprint(String thumbprint) Set sSL certificate thumbprint.HostNameSslState.withToUpdate(Boolean toUpdate) Set set to <code>true</code> to update existing hostname.HostNameSslState.withVirtualIP(String virtualIP) Set virtual IP address assigned to the hostname if IP based SSL is enabled.Methods in com.microsoft.azure.management.appservice that return types with arguments of type HostNameSslStateModifier and TypeMethodDescriptionSitePatchResource.hostNameSslStates()Get hostname SSL states are used to manage the SSL bindings for app's hostnames.WebAppBase.hostNameSslStates()Method parameters in com.microsoft.azure.management.appservice with type arguments of type HostNameSslStateModifier and TypeMethodDescriptionSitePatchResource.withHostNameSslStates(List<HostNameSslState> hostNameSslStates) Set hostname SSL states are used to manage the SSL bindings for app's hostnames.