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 certificate/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/