Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayTrustedRootCertificate
Packages that use ApplicationGatewayTrustedRootCertificate
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayTrustedRootCertificate in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ApplicationGatewayTrustedRootCertificateModifier and TypeMethodDescriptionApplicationGatewayInner.trustedRootCertificates()Get the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.trustedRootCertificates()Get the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type ApplicationGatewayTrustedRootCertificateModifier and TypeMethodDescriptionApplicationGatewayInner.withTrustedRootCertificates(List<ApplicationGatewayTrustedRootCertificate> trustedRootCertificates) Set the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withTrustedRootCertificates(List<ApplicationGatewayTrustedRootCertificate> trustedRootCertificates) Set the trustedRootCertificates property: Trusted Root certificates of the application gateway resource. -
Uses of ApplicationGatewayTrustedRootCertificate in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayTrustedRootCertificateModifier and TypeMethodDescriptionApplicationGatewayTrustedRootCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayTrustedRootCertificate from the JsonReader.Set the data property: Certificate public data.ApplicationGatewayTrustedRootCertificate.withKeyVaultSecretId(String keyVaultSecretId) Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.Set the name property: Name of the trusted root certificate that is unique within an Application Gateway.