HostNameSslState Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.HostNameSslState

public class HostNameSslState

SSL-enabled hostname.

Method Summary

Modifier and Type Method and Description
HostType hostType()

Get the hostType value.

String name()

Get the name value.

SslState sslState()

Get the sslState value.

String thumbprint()

Get the thumbprint value.

Boolean toUpdate()

Get the toUpdate value.

String virtualIP()

Get the virtualIP value.

HostNameSslState withHostType(HostType hostType)

Set the hostType value.

HostNameSslState withName(String name)

Set the name value.

HostNameSslState withSslState(SslState sslState)

Set the sslState value.

HostNameSslState withThumbprint(String thumbprint)

Set the thumbprint value.

HostNameSslState withToUpdate(Boolean toUpdate)

Set the toUpdate value.

HostNameSslState withVirtualIP(String virtualIP)

Set the virtualIP value.

Method Details

hostType

public HostType hostType()

Get the hostType value.

Returns:

the hostType value

name

public String name()

Get the name value.

Returns:

the name value

sslState

public SslState sslState()

Get the sslState value.

Returns:

the sslState value

thumbprint

public String thumbprint()

Get the thumbprint value.

Returns:

the thumbprint value

toUpdate

public Boolean toUpdate()

Get the toUpdate value.

Returns:

the toUpdate value

virtualIP

public String virtualIP()

Get the virtualIP value.

Returns:

the virtualIP value

withHostType

public HostNameSslState withHostType(HostType hostType)

Set the hostType value.

Parameters:

hostType - the hostType value to set

Returns:

the HostNameSslState object itself.

withName

public HostNameSslState withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the HostNameSslState object itself.

withSslState

public HostNameSslState withSslState(SslState sslState)

Set the sslState value.

Parameters:

sslState - the sslState value to set

Returns:

the HostNameSslState object itself.

withThumbprint

public HostNameSslState withThumbprint(String thumbprint)

Set the thumbprint value.

Parameters:

thumbprint - the thumbprint value to set

Returns:

the HostNameSslState object itself.

withToUpdate

public HostNameSslState withToUpdate(Boolean toUpdate)

Set the toUpdate value.

Parameters:

toUpdate - the toUpdate value to set

Returns:

the HostNameSslState object itself.

withVirtualIP

public HostNameSslState withVirtualIP(String virtualIP)

Set the virtualIP value.

Parameters:

virtualIP - the virtualIP value to set

Returns:

the HostNameSslState object itself.

Applies to