Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
HostNameSslState |
HostNameSslState.withHostType(HostType hostType)
Set indicates whether the hostname is a standard or repository hostname.
|
HostNameSslState |
HostNameSslState.withName(String name)
Set hostname.
|
HostNameSslState |
HostNameSslState.withSslState(SslState sslState)
Set sSL type.
|
HostNameSslState |
HostNameSslState.withThumbprint(String thumbprint)
Set sSL certificate thumbprint.
|
HostNameSslState |
HostNameSslState.withToUpdate(Boolean toUpdate)
Set set to <code>true</code> to update existing hostname.
|
HostNameSslState |
HostNameSslState.withVirtualIP(String virtualIP)
Set virtual IP address assigned to the hostname if IP based SSL is enabled.
|
Modifier and Type | Method and Description |
---|---|
Map<String,HostNameSslState> |
WebAppBase.hostNameSslStates() |
List<HostNameSslState> |
SitePatchResource.hostNameSslStates()
Get hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
Modifier and Type | Method and Description |
---|---|
SitePatchResource |
SitePatchResource.withHostNameSslStates(List<HostNameSslState> hostNameSslStates)
Set hostname SSL states are used to manage the SSL bindings for app's hostnames.
|
Copyright © 2019. All rights reserved.