Uses of Class
com.azure.resourcemanager.appservice.models.HostnameSslState
-
Packages that use HostnameSslState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 HostnameSslState Modifier and Type Method Description List<HostnameSslState>SiteInner. hostnameSslStates()Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.List<HostnameSslState>SitePatchResourceInner. hostnameSslStates()Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.List<HostnameSslState>SitePatchResourcePropertiesInner. hostnameSslStates()Get the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.List<HostnameSslState>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 HostnameSslState Modifier and Type Method Description SiteInnerSiteInner. withHostnameSslStates(List<HostnameSslState> hostnameSslStates)Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourceInnerSitePatchResourceInner. withHostnameSslStates(List<HostnameSslState> hostnameSslStates)Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePatchResourcePropertiesInnerSitePatchResourcePropertiesInner. withHostnameSslStates(List<HostnameSslState> hostnameSslStates)Set the hostnameSslStates property: Hostname SSL states are used to manage the SSL bindings for app's hostnames.SitePropertiesInnerSitePropertiesInner. 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 HostnameSslState Modifier and Type Method Description HostnameSslStateHostnameSslState. withHostType(HostType hostType)Set the hostType property: Indicates whether the hostname is a standard or repository hostname.HostnameSslStateHostnameSslState. withName(String name)Set the name property: Hostname.HostnameSslStateHostnameSslState. withSslState(SslState sslState)Set the sslState property: SSL type.HostnameSslStateHostnameSslState. withThumbprint(String thumbprint)Set the thumbprint property: SSL certificate thumbprint.HostnameSslStateHostnameSslState. withToUpdate(Boolean toUpdate)Set the toUpdate property: Set to <code>true</code> to update existing hostname.HostnameSslStateHostnameSslState. 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 HostnameSslState Modifier and Type Method Description Map<String,HostnameSslState>WebSiteBase. hostnameSslStates()
-