Interface ApplicationGatewayAuthenticationCertificate
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayAuthenticationCertificateInner>
,HasName
,HasParent<ApplicationGateway>
,Indexable
@Beta(V1_4_0)
public interface ApplicationGatewayAuthenticationCertificate
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayAuthenticationCertificateInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway authentication certificate.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway authentication certificate definition.static interface
Grouping of application gateway authentication certificate stages.static interface
The entirety of an application gateway authentication certificate update as part of an application gateway update.static interface
The entirety of an application gateway authentication certificate definition as part of an application gateway update.static interface
Grouping of application gateway authentication certificate definition stages applicable as part of an application gateway update.static interface
Grouping of application gateway authentication certificate update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
data
String data()- Returns:
- base-64 encoded bytes of the X.509 certificate
-