Uses of Class
com.azure.resourcemanager.appservice.models.HostnameSslState
Packages that use HostnameSslState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of HostnameSslState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type HostnameSslStateModifier and TypeMethodDescriptionSiteInner.hostnameSslStates()
Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourceInner.hostnameSslStates()
Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourcePropertiesInner.hostnameSslStates()
Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePropertiesInner.hostnameSslStates()
Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type HostnameSslStateModifier and TypeMethodDescriptionSiteInner.withHostnameSslStates
(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourceInner.withHostnameSslStates
(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourcePropertiesInner.withHostnameSslStates
(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePropertiesInner.withHostnameSslStates
(List<HostnameSslState> hostnameSslStates) Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames. -
Uses of HostnameSslState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostnameSslStateModifier and TypeMethodDescriptionstatic HostnameSslState
HostnameSslState.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HostnameSslState from the JsonReader.HostnameSslState.withHostType
(HostType hostType) Set the hostType property: Indicates whether the hostname is a standard or repository hostname.Set the name property: Hostname.HostnameSslState.withSslState
(SslState sslState) Set the sslState property: SSL type.HostnameSslState.withThumbprint
(String thumbprint) Set the thumbprint property: SSL certificate thumbprint.HostnameSslState.withToUpdate
(Boolean toUpdate) Set the toUpdate property: Set to <code>true</code> to update existing hostname.HostnameSslState.withVirtualIp
(String virtualIp) Set the virtualIp property: Virtual IP address assigned to the hostname if IP based SSL is enabled.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type HostnameSslStateModifier and TypeMethodDescriptionWebSiteBase.hostnameSslStates()
Gets list of SSL states used to manage the SSL bindings for site's hostnames.