IFrontendEndpointProperties.CustomHttpsConfigurationMinimumTlsVersion 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.
The minimum TLS version required from the clients to establish an SSL handshake with Front Door.
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "1.0", "1.2" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The minimum TLS version required from the clients to establish an SSL handshake with Front Door.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)]
public string CustomHttpsConfigurationMinimumTlsVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "1.0", "1.2" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The minimum TLS version required from the clients to establish an SSL handshake with Front Door.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersion", Update=true)>]
member this.CustomHttpsConfigurationMinimumTlsVersion : string with get, set
Public Property CustomHttpsConfigurationMinimumTlsVersion As String
Property Value
- Attributes