Class CdnCertificateSourceParameters

java.lang.Object
com.microsoft.azure.management.cdn.CdnCertificateSourceParameters

public class CdnCertificateSourceParameters extends Object
Defines the parameters for using CDN managed certificate for securing custom domain.
  • Constructor Details

    • CdnCertificateSourceParameters

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

    • odatatype

      public String odatatype()
      Get the odatatype value.
      Returns:
      the odatatype value
    • withOdatatype

      public CdnCertificateSourceParameters withOdatatype(String odatatype)
      Set the odatatype value.
      Parameters:
      odatatype - the odatatype value to set
      Returns:
      the CdnCertificateSourceParameters object itself.
    • certificateType

      public CertificateType certificateType()
      Get type of certificate used. Possible values include: 'Shared', 'Dedicated'.
      Returns:
      the certificateType value
    • withCertificateType

      public CdnCertificateSourceParameters withCertificateType(CertificateType certificateType)
      Set type of certificate used. Possible values include: 'Shared', 'Dedicated'.
      Parameters:
      certificateType - the certificateType value to set
      Returns:
      the CdnCertificateSourceParameters object itself.