Uses of Class
com.microsoft.azure.management.appservice.HostNameSslState
-
-
Uses of HostNameSslState in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return HostNameSslState Modifier and Type Method Description HostNameSslStateHostNameSslState. withHostType(HostType hostType)Set indicates whether the hostname is a standard or repository hostname.HostNameSslStateHostNameSslState. withName(String name)Set hostname.HostNameSslStateHostNameSslState. withSslState(SslState sslState)Set sSL type.HostNameSslStateHostNameSslState. withThumbprint(String thumbprint)Set sSL certificate thumbprint.HostNameSslStateHostNameSslState. withToUpdate(Boolean toUpdate)Set set to <code>true</code> to update existing hostname.HostNameSslStateHostNameSslState. 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 HostNameSslState Modifier and Type Method Description List<HostNameSslState>SitePatchResource. hostNameSslStates()Get hostname SSL states are used to manage the SSL bindings for app's hostnames.Map<String,HostNameSslState>WebAppBase. hostNameSslStates()Method parameters in com.microsoft.azure.management.appservice with type arguments of type HostNameSslState Modifier and Type Method Description SitePatchResourceSitePatchResource. withHostNameSslStates(List<HostNameSslState> hostNameSslStates)Set hostname SSL states are used to manage the SSL bindings for app's hostnames.
-