Interface ApplicationGatewayAuthenticationCertificate
-
- All Superinterfaces:
ChildResource<ApplicationGateway>,HasInnerModel<ApplicationGatewayAuthenticationCertificateInner>,HasName,HasParent<ApplicationGateway>,Indexable
public interface ApplicationGatewayAuthenticationCertificate extends HasInnerModel<ApplicationGatewayAuthenticationCertificateInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway authentication certificate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewayAuthenticationCertificate.Definition<ReturnT>The entirety of an application gateway authentication certificate definition.static interfaceApplicationGatewayAuthenticationCertificate.DefinitionStagesGrouping of application gateway authentication certificate stages.static interfaceApplicationGatewayAuthenticationCertificate.UpdateThe entirety of an application gateway authentication certificate update as part of an application gateway update.static interfaceApplicationGatewayAuthenticationCertificate.UpdateDefinition<ReturnT>The entirety of an application gateway authentication certificate definition as part of an application gateway update.static interfaceApplicationGatewayAuthenticationCertificate.UpdateDefinitionStagesGrouping of application gateway authentication certificate definition stages applicable as part of an application gateway update.static interfaceApplicationGatewayAuthenticationCertificate.UpdateStagesGrouping of application gateway authentication certificate update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdata()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
data
String data()
- Returns:
- base-64 encoded bytes of the X.509 certificate
-
-