| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameSslState |
HostnameSslState.withHostType(HostType hostType)
Set the hostType property: Indicates whether the hostname is a standard or repository hostname.
|
HostnameSslState |
HostnameSslState.withName(String name)
Set the name property: Hostname.
|
HostnameSslState |
HostnameSslState.withSslState(SslState sslState)
Set the sslState property: SSL type.
|
HostnameSslState |
HostnameSslState.withThumbprint(String thumbprint)
Set the thumbprint property: SSL certificate thumbprint.
|
HostnameSslState |
HostnameSslState.withToUpdate(Boolean toUpdate)
Set the toUpdate property: Set to <code>true</code> to update existing hostname.
|
HostnameSslState |
HostnameSslState.withVirtualIp(String virtualIp)
Set the virtualIp property: Virtual IP address assigned to the hostname if IP based SSL is enabled.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.