HostNameSslState Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. HostNameSslState
- com.
public class HostNameSslState
SSL-enabled hostname.
Method Summary
Modifier and Type | Method and Description |
---|---|
Host |
hostType()
Get the hostType value. |
String |
name()
Get the name value. |
Ssl |
sslState()
Get the sslState value. |
String |
thumbprint()
Get the thumbprint value. |
Boolean |
toUpdate()
Get the toUpdate value. |
String |
virtualIP()
Get the virtualIP value. |
Host |
withHostType(HostType hostType)
Set the hostType value. |
Host |
withName(String name)
Set the name value. |
Host |
withSslState(SslState sslState)
Set the sslState value. |
Host |
withThumbprint(String thumbprint)
Set the thumbprint value. |
Host |
withToUpdate(Boolean toUpdate)
Set the toUpdate value. |
Host |
withVirtualIP(String virtualIP)
Set the virtualIP value. |
Method Details
hostType
public HostType hostType()
Get the hostType value.
Returns:
name
public String name()
Get the name value.
Returns:
sslState
public SslState sslState()
Get the sslState value.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint value.
Returns:
toUpdate
public Boolean toUpdate()
Get the toUpdate value.
Returns:
virtualIP
public String virtualIP()
Get the virtualIP value.
Returns:
withHostType
public HostNameSslState withHostType(HostType hostType)
Set the hostType value.
Parameters:
Returns:
withName
public HostNameSslState withName(String name)
Set the name value.
Parameters:
Returns:
withSslState
public HostNameSslState withSslState(SslState sslState)
Set the sslState value.
Parameters:
Returns:
withThumbprint
public HostNameSslState withThumbprint(String thumbprint)
Set the thumbprint value.
Parameters:
Returns:
withToUpdate
public HostNameSslState withToUpdate(Boolean toUpdate)
Set the toUpdate value.
Parameters:
Returns:
withVirtualIP
public HostNameSslState withVirtualIP(String virtualIP)
Set the virtualIP value.
Parameters:
Returns:
Applies to
Azure SDK for Java