IBlank<ParentT> Interface

Definition

The first stage of an application gateway SSL certificate.

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)

Type Parameters

ParentT

The parent application gateway type.

Derived
Implements

Methods

WithKeyVaultSecretId(String)

Sepecifies the content of the private key using key vault.

(Inherited from IWithData<ParentT>)
WithPfxFromBytes(Byte[])

Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded.

(Inherited from IWithData<ParentT>)
WithPfxFromFile(FileInfo)

Specifies the PFX (PKCS#12) file to get the private key content from.

(Inherited from IWithData<ParentT>)

Applies to