次の方法で共有


IWithCertificate.WithPfxByteArray(Byte[]) メソッド

定義

アップロードする PFX バイト配列を指定します。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword WithPfxByteArray(params byte[] pfxByteArray);
abstract member WithPfxByteArray : byte[] -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword
Public Function WithPfxByteArray (ParamArray pfxByteArray As Byte()) As IWithPfxFilePassword

パラメーター

pfxByteArray
Byte[]

PFX バイト配列。

戻り値

適用対象