Interface ApplicationGatewayAuthenticationCertificate.Definition<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayAuthenticationCertificate.DefinitionStages.Blank<ReturnT>,ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT>,ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData<ReturnT>,Attachable.InDefinition<ReturnT>
- Enclosing interface:
- ApplicationGatewayAuthenticationCertificate
public static interface ApplicationGatewayAuthenticationCertificate.Definition<ReturnT> extends ApplicationGatewayAuthenticationCertificate.DefinitionStages.Blank<ReturnT>, ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithAttach<ReturnT>, ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData<ReturnT>
The entirety of an application gateway authentication certificate definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayAuthenticationCertificate.DefinitionStages.WithData
fromBase64, fromBytes, fromFile
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
-