Uses of Class
com.microsoft.azure.management.appservice.HostNameSslState
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of HostNameSslState in com.microsoft.azure.management.appservice
Modifier 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.Modifier and TypeMethodDescriptionSitePatchResource.hostNameSslStates()
Get hostname SSL states are used to manage the SSL bindings for app's hostnames.WebAppBase.hostNameSslStates()
Modifier and TypeMethodDescriptionSitePatchResource.withHostNameSslStates
(List<HostNameSslState> hostNameSslStates) Set hostname SSL states are used to manage the SSL bindings for app's hostnames.