Share via


AppServiceSupportedTlsVersion Struct

Definition

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

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