Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAuthenticationCertificateInner
Packages that use ApplicationGatewayAuthenticationCertificateInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayAuthenticationCertificateInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayAuthenticationCertificateInnerModifier and TypeMethodDescriptionApplicationGatewayAuthenticationCertificateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayAuthenticationCertificateInner from the JsonReader.Set the data property: Certificate public data.Set the name property: Name of the authentication certificate that is unique within an Application Gateway.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayAuthenticationCertificateInnerModifier and TypeMethodDescriptionApplicationGatewayInner.authenticationCertificates()Get the authenticationCertificates property: Authentication certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.authenticationCertificates()Get the authenticationCertificates property: Authentication certificates of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayAuthenticationCertificateInnerModifier and TypeMethodDescriptionApplicationGatewayInner.withAuthenticationCertificates(List<ApplicationGatewayAuthenticationCertificateInner> authenticationCertificates) Set the authenticationCertificates property: Authentication certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withAuthenticationCertificates(List<ApplicationGatewayAuthenticationCertificateInner> authenticationCertificates) Set the authenticationCertificates property: Authentication certificates of the application gateway resource.