Class NginxCertificateProperties

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxCertificateProperties

public final class NginxCertificateProperties extends Object
The NginxCertificateProperties model.
  • Constructor Details

    • NginxCertificateProperties

      public NginxCertificateProperties()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public NginxCertificateProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the NginxCertificateProperties object itself.
    • keyVirtualPath

      public String keyVirtualPath()
      Get the keyVirtualPath property: The keyVirtualPath property.
      Returns:
      the keyVirtualPath value.
    • withKeyVirtualPath

      public NginxCertificateProperties withKeyVirtualPath(String keyVirtualPath)
      Set the keyVirtualPath property: The keyVirtualPath property.
      Parameters:
      keyVirtualPath - the keyVirtualPath value to set.
      Returns:
      the NginxCertificateProperties object itself.
    • certificateVirtualPath

      public String certificateVirtualPath()
      Get the certificateVirtualPath property: The certificateVirtualPath property.
      Returns:
      the certificateVirtualPath value.
    • withCertificateVirtualPath

      public NginxCertificateProperties withCertificateVirtualPath(String certificateVirtualPath)
      Set the certificateVirtualPath property: The certificateVirtualPath property.
      Parameters:
      certificateVirtualPath - the certificateVirtualPath value to set.
      Returns:
      the NginxCertificateProperties object itself.
    • keyVaultSecretId

      public String keyVaultSecretId()
      Get the keyVaultSecretId property: The keyVaultSecretId property.
      Returns:
      the keyVaultSecretId value.
    • withKeyVaultSecretId

      public NginxCertificateProperties withKeyVaultSecretId(String keyVaultSecretId)
      Set the keyVaultSecretId property: The keyVaultSecretId property.
      Parameters:
      keyVaultSecretId - the keyVaultSecretId value to set.
      Returns:
      the NginxCertificateProperties object itself.
    • validate

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