HostNameSslState 생성자

정의

오버로드

HostNameSslState()

HostNameSslState 클래스의 새 instance 초기화합니다.

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

HostNameSslState 클래스의 새 instance 초기화합니다.

HostNameSslState()

HostNameSslState 클래스의 새 instance 초기화합니다.

public HostNameSslState ();
Public Sub New ()

적용 대상

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

HostNameSslState 클래스의 새 instance 초기화합니다.

public HostNameSslState (string name = default, Microsoft.Azure.Management.AppService.Fluent.Models.SslState? sslState = default, string virtualIP = default, string thumbprint = default, bool? toUpdate = default, Microsoft.Azure.Management.AppService.Fluent.Models.HostType? hostType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState : string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SslState> * string * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.HostType> -> Microsoft.Azure.Management.AppService.Fluent.Models.HostNameSslState
Public Sub New (Optional name As String = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional virtualIP As String = Nothing, Optional thumbprint As String = Nothing, Optional toUpdate As Nullable(Of Boolean) = Nothing, Optional hostType As Nullable(Of HostType) = Nothing)

매개 변수

name
String

호스트 이름

sslState
Nullable<SslState>

SSL 형식입니다. 가능한 값은 'Disabled', 'SniEnabled', 'IpBasedEnabled'입니다.

virtualIP
String

IP 기반 SSL을 사용하는 경우 호스트 이름에 할당된 가상 IP 주소입니다.

thumbprint
String

SSL 인증서 지문.

toUpdate
Nullable<Boolean>

기존 호스트 이름을 업데이트하려면 <true</code 코드>>로 설정합니다.

hostType
Nullable<HostType>

호스트 이름이 표준 또는 리포지토리 호스트 이름인지 여부를 나타냅니다. 가능한 값은 '표준', '리포지토리'입니다.

적용 대상