ApplicationGatewayBackendHttpSettings.SniName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request’s host header as the SNI. Default value is null.
public string SniName { get; set; }
member this.SniName : string with get, set
Public Property SniName As String