Class HostNameSslState
java.lang.Object
com.microsoft.azure.management.appservice.HostNameSslState
SSL-enabled hostname.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhostType()Get indicates whether the hostname is a standard or repository hostname.name()Get hostname.sslState()Get sSL type.Get sSL certificate thumbprint.toUpdate()Get set to <code>true</code> to update existing hostname.Get virtual IP address assigned to the hostname if IP based SSL is enabled.withHostType(HostType hostType) Set indicates whether the hostname is a standard or repository hostname.Set hostname.withSslState(SslState sslState) Set sSL type.withThumbprint(String thumbprint) Set sSL certificate thumbprint.withToUpdate(Boolean toUpdate) Set set to <code>true</code> to update existing hostname.withVirtualIP(String virtualIP) Set virtual IP address assigned to the hostname if IP based SSL is enabled.
-
Constructor Details
-
HostNameSslState
public HostNameSslState()
-
-
Method Details
-
name
Get hostname.- Returns:
- the name value
-
withName
Set hostname.- Parameters:
name- the name value to set- Returns:
- the HostNameSslState object itself.
-
sslState
Get sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.- Returns:
- the sslState value
-
withSslState
Set sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.- Parameters:
sslState- the sslState value to set- Returns:
- the HostNameSslState object itself.
-
virtualIP
Get virtual IP address assigned to the hostname if IP based SSL is enabled.- Returns:
- the virtualIP value
-
withVirtualIP
Set virtual IP address assigned to the hostname if IP based SSL is enabled.- Parameters:
virtualIP- the virtualIP value to set- Returns:
- the HostNameSslState object itself.
-
thumbprint
Get sSL certificate thumbprint.- Returns:
- the thumbprint value
-
withThumbprint
Set sSL certificate thumbprint.- Parameters:
thumbprint- the thumbprint value to set- Returns:
- the HostNameSslState object itself.
-
toUpdate
Get set to <code>true</code> to update existing hostname.- Returns:
- the toUpdate value
-
withToUpdate
Set set to <code>true</code> to update existing hostname.- Parameters:
toUpdate- the toUpdate value to set- Returns:
- the HostNameSslState object itself.
-
hostType
Get indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'.- Returns:
- the hostType value
-
withHostType
Set indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'.- Parameters:
hostType- the hostType value to set- Returns:
- the HostNameSslState object itself.
-