| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewaySslCertificateInner |
ApplicationGatewaySslCertificateInner.withData(String data)
Set the data property: Base-64 encoded pfx certificate.
|
ApplicationGatewaySslCertificateInner |
ApplicationGatewaySslCertificateInner.withKeyVaultSecretId(String keyVaultSecretId)
Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate'
object stored in KeyVault.
|
ApplicationGatewaySslCertificateInner |
ApplicationGatewaySslCertificateInner.withName(String name)
Set the name property: Name of the SSL certificate that is unique within an Application Gateway.
|
ApplicationGatewaySslCertificateInner |
ApplicationGatewaySslCertificateInner.withPassword(String password)
Set the password property: Password for the pfx file specified in data.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.