| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ApplicationGatewaySslCertificate.Definition<ParentT>
The entirety of an application gateway SSL certificate definition.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewaySslCertificate.DefinitionStages.WithData.withKeyVaultSecretId(String keyVaultSecretId)
Sepecifies the content of the private key using key vault.
|
ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewaySslCertificate.DefinitionStages.WithPassword.withPfxPassword(String password)
Specifies the password currently used to protect the provided PFX content of the SSL certificate.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/