public CdnCertificateSourceDefinition(CdnCertificateSourceType typeDefinition, CdnManagedCertificateType certificateType) { TypeDefinition = typeDefinition; CertificateType = certificateType; }
public CdnCertificateSource(CdnCertificateSourceType sourceType, CdnManagedCertificateType certificateType) { SourceType = sourceType; CertificateType = certificateType; }