IWithSslCertificate<ReturnT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of a resource update allowing to specify the SSL certificate to associate with it.
public interface IWithSslCertificate<ReturnT>
type IWithSslCertificate<'ReturnT> = interface
Public Interface IWithSslCertificate(Of ReturnT)
Type Parameters
- ReturnT
The next stage of the update.
- Derived
Methods
WithSslCertificate(String) |
Specifies an SSL certificate to associate with this resource. If the certificate does not exist yet, it must be defined in the parent resource update. |
WithSslCertificateFromKeyVaultSecretId(String) |
Sepecifies the content of the private key using key vault. |
WithSslCertificateFromPfxFile(FileInfo) |
Specifies the PFX file to import the SSL certificate from to associate with this resource. The certificate will be named using an auto-generated name. |
Applies to
Azure SDK for .NET