IBlank<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The first stage of an application gateway authentication certificate definition.
public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.UpdateDefinition.IWithData<ParentT>
type IBlank<'ParentT> = interface
interface IWithData<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithData(Of ParentT)
Type Parameters
- ParentT
The stage of the parent application gateway definition to return to after attaching.
- 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>) |