Condividi tramite


IWithCertificate.WithPfxFile(String) Method

Definition

Specifies the PFX certificate file to upload.

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

Parameters

file
String

The PFX certificate file.

Returns

Applies to