public static interface ApplicationGatewaySslCertificate.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.Blank<ParentT>
The first stage of an application gateway authentication certificate definition.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of an application gateway SSL certificate definition.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithData<ParentT>
The stage of an SSL certificate definition allowing to specify the contents of the SSL certificate.
|
static interface |
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT>
The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/