IResourceWithEndpoints.onResourceEndpointsAllocated
Method
interface IResourceWithEndpoints { // ... omitted for brevity onResourceEndpointsAllocated(callback: (arg: ResourceEndpointsAllocatedEvent) => Promise<void>): IResourceWithEndpoints;}Signature
method
onResourceEndpointsAllocated builder Subscribes to the ResourceEndpointsAllocated event.
onResourceEndpointsAllocated(callback: (arg: ResourceEndpointsAllocatedEvent) => Promise<void>): IResourceWithEndpointsParameters
callback (arg: ResourceEndpointsAllocatedEvent) => Promise<void> Returns
IResourceWithEndpoints Defined on
This method is defined on the following type: