Class FirewallPolicyCertificateAuthority
- java.lang.Object
-
- com.azure.resourcemanager.network.models.FirewallPolicyCertificateAuthority
-
public final class FirewallPolicyCertificateAuthority extends Object
Trusted Root certificates properties for tls.
-
-
Constructor Summary
Constructors Constructor Description FirewallPolicyCertificateAuthority()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringkeyVaultSecretId()Get the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.Stringname()Get the name property: Name of the CA certificate.voidvalidate()Validates the instance.FirewallPolicyCertificateAuthoritywithKeyVaultSecretId(String keyVaultSecretId)Set the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.FirewallPolicyCertificateAuthoritywithName(String name)Set the name property: Name of the CA certificate.
-
-
-
Method Detail
-
keyVaultSecretId
public String 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
public FirewallPolicyCertificateAuthority withKeyVaultSecretId(String keyVaultSecretId)
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
public String name()
Get the name property: Name of the CA certificate.- Returns:
- the name value.
-
withName
public FirewallPolicyCertificateAuthority withName(String name)
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.
-
-