Class VaultCertificateResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.recoveryservices.fluent.models.VaultCertificateResponseInner

public final class VaultCertificateResponseInner extends com.azure.core.management.ProxyResource
Certificate corresponding to a vault that can be used by clients to register themselves with the vault.
  • Constructor Details

    • VaultCertificateResponseInner

      public VaultCertificateResponseInner()
  • Method Details

    • properties

      public ResourceCertificateDetails properties()
      Get the properties property: Certificate details representing the Vault credentials.
      Returns:
      the properties value.
    • withProperties

      public VaultCertificateResponseInner withProperties(ResourceCertificateDetails properties)
      Set the properties property: Certificate details representing the Vault credentials.
      Parameters:
      properties - the properties value to set.
      Returns:
      the VaultCertificateResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.