| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2021 Microsoft Corporation. All rights reserved.