Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyCertificateAuthority
Packages that use FirewallPolicyCertificateAuthority
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyCertificateAuthority in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyCertificateAuthorityModifier and TypeMethodDescriptionFirewallPolicyTransportSecurity.certificateAuthority()Get the certificateAuthority property: The CA used for intermediate CA generation.FirewallPolicyCertificateAuthority.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyCertificateAuthority from the JsonReader.FirewallPolicyCertificateAuthority.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 CA certificate.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyCertificateAuthorityModifier and TypeMethodDescriptionFirewallPolicyTransportSecurity.withCertificateAuthority(FirewallPolicyCertificateAuthority certificateAuthority) Set the certificateAuthority property: The CA used for intermediate CA generation.