次の方法で共有


IWithFrontendPort<ParentT>.FromFrontendHttpsPort(Int32) メソッド

定義

指定したポート番号と HTTPS プロトコルの新しいリスナーをこの規則に関連付けます。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithSslCertificate<ParentT> FromFrontendHttpsPort (int portNumber);
abstract member FromFrontendHttpsPort : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.Definition.IWithSslCertificate<'ParentT>
Public Function FromFrontendHttpsPort (portNumber As Integer) As IWithSslCertificate(Of ParentT)

パラメーター

portNumber
Int32

リッスンするポート番号。

戻り値

適用対象