Class HostNameSslState
java.lang.Object
com.microsoft.azure.management.appservice.HostNameSslState
SSL-enabled hostname.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
HostNameSslStatepublic HostNameSslState()
 
- 
- 
Method Details- 
nameGet hostname.- Returns:
- the name value
 
- 
withNameSet hostname.- Parameters:
- name- the name value to set
- Returns:
- the HostNameSslState object itself.
 
- 
sslStateGet sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.- Returns:
- the sslState value
 
- 
withSslStateSet sSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'.- Parameters:
- sslState- the sslState value to set
- Returns:
- the HostNameSslState object itself.
 
- 
virtualIPGet virtual IP address assigned to the hostname if IP based SSL is enabled.- Returns:
- the virtualIP value
 
- 
withVirtualIPSet 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.
 
- 
thumbprintGet sSL certificate thumbprint.- Returns:
- the thumbprint value
 
- 
withThumbprintSet sSL certificate thumbprint.- Parameters:
- thumbprint- the thumbprint value to set
- Returns:
- the HostNameSslState object itself.
 
- 
toUpdateGet set to <code>true</code> to update existing hostname.- Returns:
- the toUpdate value
 
- 
withToUpdateSet set to <code>true</code> to update existing hostname.- Parameters:
- toUpdate- the toUpdate value to set
- Returns:
- the HostNameSslState object itself.
 
- 
hostTypeGet indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'.- Returns:
- the hostType value
 
- 
withHostTypeSet 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.
 
 
-