Class GatewayCertificateAuthorityContractInner


  • public final class GatewayCertificateAuthorityContractInner
    extends com.azure.core.management.ProxyResource
    Gateway certificate authority details.
    • Constructor Detail

      • GatewayCertificateAuthorityContractInner

        public GatewayCertificateAuthorityContractInner()
    • Method Detail

      • isTrusted

        public Boolean isTrusted()
        Get the isTrusted property: Determines whether certificate authority is trusted.
        Returns:
        the isTrusted value.
      • withIsTrusted

        public GatewayCertificateAuthorityContractInner withIsTrusted​(Boolean isTrusted)
        Set the isTrusted property: Determines whether certificate authority is trusted.
        Parameters:
        isTrusted - the isTrusted value to set.
        Returns:
        the GatewayCertificateAuthorityContractInner object itself.
      • validate

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