AppServiceSupportedTlsVersion Struct
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.
MinTlsVersion: configures the minimum version of TLS required for SSL requests.
public readonly struct AppServiceSupportedTlsVersion : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceSupportedTlsVersion>
type AppServiceSupportedTlsVersion = struct
Public Structure AppServiceSupportedTlsVersion
Implements IEquatable(Of AppServiceSupportedTlsVersion)
- Inheritance
-
AppServiceSupportedTlsVersion
- Implements
Constructors
AppServiceSupportedTlsVersion(String) |
Initializes a new instance of AppServiceSupportedTlsVersion. |
Properties
One3 |
1.3. |
Tls1_0 |
1.0. |
Tls1_1 |
1.1. |
Tls1_2 |
1.2. |
Methods
Equals(AppServiceSupportedTlsVersion) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AppServiceSupportedTlsVersion, AppServiceSupportedTlsVersion) |
Determines if two AppServiceSupportedTlsVersion values are the same. |
Implicit(String to AppServiceSupportedTlsVersion) |
Converts a String to a AppServiceSupportedTlsVersion. |
Inequality(AppServiceSupportedTlsVersion, AppServiceSupportedTlsVersion) |
Determines if two AppServiceSupportedTlsVersion values are not the same. |
Applies to
Azure SDK for .NET