public static interface AppServiceCertificateOrder.DefinitionStages.WithHostName
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithCertificateSku |
withHostName(String hostName)
Specifies the hostname the certificate binds to.
|
AppServiceCertificateOrder.DefinitionStages.WithCertificateSku withHostName(String hostName)
hostName - the bare host name, without "www". Use *. prefix if it's a wild card certificateVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.