次の方法で共有


AppServiceSupportedTlsVersion 構造体

定義

MinTlsVersion: SSL 要求に必要な TLS の最小バージョンを構成します。

public readonly struct AppServiceSupportedTlsVersion : IEquatable<Azure.ResourceManager.AppService.Models.AppServiceSupportedTlsVersion>
type AppServiceSupportedTlsVersion = struct
Public Structure AppServiceSupportedTlsVersion
Implements IEquatable(Of AppServiceSupportedTlsVersion)
継承
AppServiceSupportedTlsVersion
実装

コンストラクター

AppServiceSupportedTlsVersion(String)

AppServiceSupportedTlsVersion の新しいインスタンスを初期化します。

プロパティ

Tls1_0

1.0.

Tls1_1

1.1.

Tls1_2

1.2.

メソッド

Equals(AppServiceSupportedTlsVersion)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(AppServiceSupportedTlsVersion, AppServiceSupportedTlsVersion)

2 つの AppServiceSupportedTlsVersion 値が同じかどうかを判断します。

Implicit(String to AppServiceSupportedTlsVersion)

文字列を AppServiceSupportedTlsVersion に変換します。

Inequality(AppServiceSupportedTlsVersion, AppServiceSupportedTlsVersion)

2 つの AppServiceSupportedTlsVersion 値が同じでないかどうかを判断します。

適用対象