IResourceWithEndpoints.withHttpsEndpointCallback
Method
interface IResourceWithEndpoints { // ... omitted for brevity withHttpsEndpointCallback(callback: (obj: EndpointUpdateContext) => Promise<void>, name?: string, createIfNotExists?: boolean): IResourceWithEndpoints;}Signature
method
withHttpsEndpointCallbackbuilderUpdates an HTTPS endpoint via callback
withHttpsEndpointCallback(callback: (obj: EndpointUpdateContext) => Promise<void>, name?: string, createIfNotExists?: boolean): IResourceWithEndpointsParameters
callback(obj: EndpointUpdateContext) => Promise<void>namestringoptionalcreateIfNotExistsbooleanoptional= TrueReturns
IResourceWithEndpointsDefined on
This method is defined on the following type: