Interface ApplicationGatewaySslCertificate
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<ApplicationGateway>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
public interface ApplicationGatewaySslCertificate extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewaySslCertificateInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<ApplicationGateway>
A client-side representation of an application gateway SSL certificate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationGatewaySslCertificate.Definition<ParentT>The entirety of an application gateway SSL certificate definition.static interfaceApplicationGatewaySslCertificate.DefinitionStagesGrouping of application gateway SSL certificate definition stages.static interfaceApplicationGatewaySslCertificate.UpdateThe entirety of an application gateway SSL certificate update as part of an application gateway update.static interfaceApplicationGatewaySslCertificate.UpdateDefinition<ParentT>The entirety of an application gateway SSL certificate definition as part of an application gateway update.static interfaceApplicationGatewaySslCertificate.UpdateDefinitionStagesGrouping of application gateway SSL certificate definition stages applicable as part of an application gateway update.static interfaceApplicationGatewaySslCertificate.UpdateStagesGrouping of application gateway SSL certificate update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringpublicData()-
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 Detail
-
publicData
String publicData()
- Returns:
- the public data of the certificate
-
-