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