IDefinition<ReturnT> 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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.