Class FirewallPolicyCertificateAuthority
java.lang.Object
com.azure.resourcemanager.network.models.FirewallPolicyCertificateAuthority
Trusted Root certificates properties for tls.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FirewallPolicyCertificateAuthority class. -
Method Summary
Modifier and TypeMethodDescriptionGet the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.name()Get the name property: Name of the CA certificate.voidvalidate()Validates the instance.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.
-
Constructor Details
-
FirewallPolicyCertificateAuthority
public FirewallPolicyCertificateAuthority()Creates an instance of FirewallPolicyCertificateAuthority class.
-
-
Method Details
-
keyVaultSecretId
Get the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.- Returns:
- the keyVaultSecretId value.
-
withKeyVaultSecretId
Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.- Parameters:
keyVaultSecretId- the keyVaultSecretId value to set.- Returns:
- the FirewallPolicyCertificateAuthority object itself.
-
name
Get the name property: Name of the CA certificate.- Returns:
- the name value.
-
withName
Set the name property: Name of the CA certificate.- Parameters:
name- the name value to set.- Returns:
- the FirewallPolicyCertificateAuthority object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-