IWithPassword<ParentT>.WithPfxPassword(String) メソッド

定義

SSL 証明書の指定された PFX コンテンツを保護するために現在使用されているパスワードを指定します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<ParentT> WithPfxPassword (string password);
abstract member WithPfxPassword : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithAttach<'ParentT>
Public Function WithPfxPassword (password As String) As IWithAttach(Of ParentT)

パラメーター

password
String

パスワード。

戻り値

適用対象