IResource.subscribeHttpsEndpointsUpdate
Method
interface IResource { // ... omitted for brevity subscribeHttpsEndpointsUpdate(callback: (obj: HttpsEndpointUpdateCallbackContext) => Promise<void>): 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
IResourceDefined on
This method is defined on the following type: