Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayAuthenticationCertificateInner
-
Packages that use ApplicationGatewayAuthenticationCertificateInner Package Description com.azure.resourcemanager.network.fluent.models 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 ApplicationGatewayAuthenticationCertificateInner Modifier and Type Method Description ApplicationGatewayAuthenticationCertificateInnerApplicationGatewayAuthenticationCertificateInner. withData(String data)Set the data property: Certificate public data.ApplicationGatewayAuthenticationCertificateInnerApplicationGatewayAuthenticationCertificateInner. withId(String id)ApplicationGatewayAuthenticationCertificateInnerApplicationGatewayAuthenticationCertificateInner. withName(String name)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 ApplicationGatewayAuthenticationCertificateInner Modifier and Type Method Description List<ApplicationGatewayAuthenticationCertificateInner>ApplicationGatewayInner. authenticationCertificates()Get the authenticationCertificates property: Authentication certificates of the application gateway resource.List<ApplicationGatewayAuthenticationCertificateInner>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 ApplicationGatewayAuthenticationCertificateInner Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withAuthenticationCertificates(List<ApplicationGatewayAuthenticationCertificateInner> authenticationCertificates)Set the authenticationCertificates property: Authentication certificates of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withAuthenticationCertificates(List<ApplicationGatewayAuthenticationCertificateInner> authenticationCertificates)Set the authenticationCertificates property: Authentication certificates of the application gateway resource.
-