IDefinition<ReturnT> Interface

Definition

The entirety of an application gateway authentication certificate definition.

public interface IDefinition<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IBlank<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IWithAttach<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayAuthenticationCertificate.Definition.IWithData<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IDefinition<'ReturnT> = interface
    interface IBlank<'ReturnT>
    interface IWithData<'ReturnT>
    interface IWithAttach<'ReturnT>
    interface IInDefinition<'ReturnT>
Public Interface IDefinition(Of ReturnT)
Implements IBlank(Of ReturnT), IInDefinition(Of ReturnT), IWithAttach(Of ReturnT), IWithData(Of ReturnT)

Type Parameters

ReturnT

The stage of the parent application gateway definition to return to after attaching this definition.

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
FromBase64(String)

Specifies an X.509 certificate to upload.

(Inherited from IWithData<ReturnT>)
FromBytes(Byte[])

Specifies an X.509 certificate to upload.

(Inherited from IWithData<ReturnT>)
FromFile(FileInfo)

Specifies an X.509 certificate to upload.

(Inherited from IWithData<ReturnT>)

Applies to