ReturnT - the next stage of the updatepublic static interface HasSslCertificate.UpdateStages.WithSslCertificate<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withSslCertificate(String name)
Specifies an SSL certificate to associate with this resource.
|
ReturnT |
withSslCertificateFromKeyVaultSecretId(String keyVaultSecretId)
Sepecifies the content of the private key using key vault.
|
HasSslCertificate.UpdateStages.WithSslPassword<ReturnT> |
withSslCertificateFromPfxFile(File pfxFile)
Specifies the PFX file to import the SSL certificate from to associate with this resource.
|
ReturnT withSslCertificate(String name)
If the certificate does not exist yet, it must be defined in the parent resource update.
name - the name of an existing SSL certificate associated with this application gatewayReturnT withSslCertificateFromKeyVaultSecretId(String keyVaultSecretId)
keyVaultSecretId - the secret id of key vaultHasSslCertificate.UpdateStages.WithSslPassword<ReturnT> withSslCertificateFromPfxFile(File pfxFile) throws IOException
The certificate will be named using an auto-generated name.
pfxFile - an existing PFX fileIOException - when there are issues with the provided fileCopyright © 2021 Microsoft Corporation. All rights reserved.