IWithCertificate<ParentT>.WithPfxCertificateToUpload メソッド

定義

PFX 証明書をアップロードします。

public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithSslType<ParentT> WithPfxCertificateToUpload (string pfxFile, string password);
abstract member WithPfxCertificateToUpload : string * string -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.IWithSslType<'ParentT>
Public Function WithPfxCertificateToUpload (pfxFile As String, password As String) As IWithSslType(Of ParentT)

パラメーター

pfxFile
String

アップロードする PFX 証明書ファイル。

password
String

証明書のパスワード。

戻り値

適用対象