Class HttpsServerCertificate

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.HttpsServerCertificate

public final class HttpsServerCertificate extends Object
HTTPS server certificate configuration.
  • Constructor Details

    • HttpsServerCertificate

      public HttpsServerCertificate()
      Creates an instance of HttpsServerCertificate class.
  • Method Details

    • certificateUrl

      public String certificateUrl()
      Get the certificateUrl property: The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
      Returns:
      the certificateUrl value.
    • withCertificateUrl

      public HttpsServerCertificate withCertificateUrl(String certificateUrl)
      Set the certificateUrl property: The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
      Parameters:
      certificateUrl - the certificateUrl value to set.
      Returns:
      the HttpsServerCertificate object itself.
    • provisioning

      public CertificateProvisioning provisioning()
      Get the provisioning property: The provisioning state of the certificate.
      Returns:
      the provisioning value.
    • validate

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