subscribeHttpsEndpointsUpdate
Method
interface ContainerResource { // ... omitted for brevity subscribeHttpsEndpointsUpdate(callback: callback): IResource;}Signature
method
subscribeHttpsEndpointsUpdatebuilderSubscribes to the `BeforeStartEvent` and invokes the specified callback when an HTTPS certificate is determined to be available for the resource. This is used to conditionally update endpoint URI schemes or perform other HTTPS-related configuration at startup.
subscribeHttpsEndpointsUpdate(callback: (obj: HttpsEndpointUpdateCallbackContext) => Promise<void>): IResourceParameters
callback(obj: HttpsEndpointUpdateCallbackContext) => Promise<void>Returns
IResourceApplies to
This method applies to the following types: