FirewallPolicyCertificateAuthority Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. FirewallPolicyCertificateAuthority
- com.
Implements
public final class FirewallPolicyCertificateAuthority
implements JsonSerializable<FirewallPolicyCertificateAuthority>
Trusted Root certificates properties for tls.
Constructor Summary
Constructor | Description |
---|---|
FirewallPolicyCertificateAuthority() |
Creates an instance of Firewall |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Firewall |
fromJson(JsonReader jsonReader)
Reads an instance of Firewall |
String |
keyVaultSecretId()
Get the key |
String |
name()
Get the name property: Name of the CA certificate. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Firewall |
withKeyVaultSecretId(String keyVaultSecretId)
Set the key |
Firewall |
withName(String name)
Set the name property: Name of the CA certificate. |
Methods inherited from java.lang.Object
Constructor Details
FirewallPolicyCertificateAuthority
public FirewallPolicyCertificateAuthority()
Creates an instance of FirewallPolicyCertificateAuthority class.
Method Details
fromJson
public static FirewallPolicyCertificateAuthority fromJson(JsonReader jsonReader)
Reads an instance of FirewallPolicyCertificateAuthority from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultSecretId
public String keyVaultSecretId()
Get the keyVaultSecretId property: Secret Id of (base-64 encoded unencrypted pfx) 'Secret' or 'Certificate' object stored in KeyVault.
Returns:
name
public String name()
Get the name property: Name of the CA certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
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:
Returns:
withName
public FirewallPolicyCertificateAuthority withName(String name)
Set the name property: Name of the CA certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java