Freigeben über


AzureApplicationGatewayBackendHttpSettingsBase.SniName Property

Definition

[System.Management.Automation.Parameter(HelpMessage="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.", Mandatory=false)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string SniName { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="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.", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.SniName : string with get, set
Public Property SniName As String

Property Value

Attributes

Applies to