次の方法で共有


IWithCertificate.WithPfxFileFromUrl(String) メソッド

定義

URL から PFX ファイルを指定します。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword WithPfxFileFromUrl(string url);
abstract member WithPfxFileFromUrl : string -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword
Public Function WithPfxFileFromUrl (url As String) As IWithPfxFilePassword

パラメーター

url
String

PFX ファイルを指す URL。

戻り値

適用対象