次の方法で共有


IWithPfxFilePassword.WithPfxPassword(String) メソッド

定義

PFX 証明書のパスワードを指定します。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCreate WithPfxPassword (string password);
abstract member WithPfxPassword : string -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithCreate
Public Function WithPfxPassword (password As String) As IWithCreate

パラメーター

password
String

PFX 証明書のパスワード。

戻り値

適用対象