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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway authentication certificate definition.static interfaceGrouping of application gateway authentication certificate stages.static interfaceThe entirety of an application gateway authentication certificate update as part of an application gateway update.static interfaceThe entirety of an application gateway authentication certificate definition as part of an application gateway update.static interfaceGrouping of application gateway authentication certificate definition stages applicable as part of an application gateway update.static interfaceGrouping of application gateway authentication certificate update stages. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
data
String data()Gets base-64 encoded bytes of the X.509 certificate.- Returns:
- base-64 encoded bytes of the X.509 certificate
-