HttpsCertificateConfigurationCallbackAnnotation Constructors
Class Constructors 1 member
An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
Constructor(Func<HttpsCertificateConfigurationCallbackAnnotationContext, Task>) Section titled Constructor(Func<HttpsCertificateConfigurationCallbackAnnotationContext, Task>) An annotation that indicates a resource wants to manage how it needs to be configured to use a specific TLS certificate pair.
public sealed class HttpsCertificateConfigurationCallbackAnnotation{ public HttpsCertificateConfigurationCallbackAnnotation( Func<HttpsCertificateConfigurationCallbackAnnotationContext, Task> callback) { // ... }}Parameters
callback Func<HttpsCertificateConfigurationCallbackAnnotationContext, Task> The callback used to configure the resource to use a specific TLS certificate pair.