Freigeben über


IBlank<ParentT> Schnittstelle

Definition

Die erste Phase eines APPLICATION Gateway-SSL-Zertifikats.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.Definition.IWithData<ParentT>
type IBlank<'ParentT> = interface
    interface IWithData<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithData(Of ParentT)

Typparameter

ParentT

Der übergeordnete Anwendungsgatewaytyp.

Abgeleitet
Implementiert

Methoden

WithKeyVaultSecretId(String)

Gibt den Inhalt des privaten Schlüssels mithilfe des Schlüsseltresors an.

(Geerbt von IWithData<ParentT>)
WithPfxFromBytes(Byte[])

Gibt den Inhalt des privaten Schlüssels im PFX-Format (PKCS#12) an, nicht base64-codiert.

(Geerbt von IWithData<ParentT>)
WithPfxFromFile(FileInfo)

Gibt die PFX-Datei (PKCS#12) an, aus der der Inhalt des privaten Schlüssels abgerufen werden soll.

(Geerbt von IWithData<ParentT>)

Gilt für: