HttpsEndpointUpdateCallbackContext
Handle
interface HttpsEndpointUpdateCallbackContext { readonly cancellationToken: cancellationToken; readonly model: DistributedApplicationModel; readonly resource: IResource; readonly services: IServiceProvider;}Properties
property
cancellationTokencancellationTokengetGets the `CancellationToken` for the operation.
property
modelDistributedApplicationModelgetGets the `DistributedApplicationModel` instance.
property
resourceIResourcegetGets the `IResource` that is being configured for HTTPS.
property
servicesIServiceProvidergetGets the `IServiceProvider` instance from the application.