ParentT - the stage of the parent application gateway to return to after attachingpublic static interface ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithData<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT> |
withKeyVaultSecretId(String keyVaultSecretId)
Sepecifies the content of the private key using key vault.
|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT> |
withPfxFromBytes(byte[] pfxData)
Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded.
|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT> |
withPfxFromFile(File pfxFile)
Specifies the PFX (PKCS#12) file to get the private key content from.
|
ApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT> withPfxFromBytes(byte[] pfxData)
pfxData - the contents of the private key in the PFX formatApplicationGatewaySslCertificate.UpdateDefinitionStages.WithPassword<ParentT> withPfxFromFile(File pfxFile) throws IOException
pfxFile - a file in the PFX formatIOException - when there are problems with the provided fileApplicationGatewaySslCertificate.UpdateDefinitionStages.WithAttach<ParentT> withKeyVaultSecretId(String keyVaultSecretId)
keyVaultSecretId - the secret id of key vaultCopyright © 2020 Microsoft Corporation. All rights reserved.