IResourceWithEnvironment.withHttpsCertificateConfiguration
Method
interface IResourceWithEnvironment { // ... omitted for brevity withHttpsCertificateConfiguration(callback: (arg: HttpsCertificateConfigurationCallbackAnnotationContext) => Promise<void>): IResourceWithEnvironment;}Signature
method
withHttpsCertificateConfigurationbuilderAdds a callback that allows configuring the resource to use a specific HTTPS/TLS certificate key pair for server authentication.
withHttpsCertificateConfiguration(callback: (arg: HttpsCertificateConfigurationCallbackAnnotationContext) => Promise<void>): IResourceWithEnvironmentParameters
callback(arg: HttpsCertificateConfigurationCallbackAnnotationContext) => Promise<void>Returns
IResourceWithEnvironmentDefined on
This method is defined on the following type: