Class CdnCertificateSourceParameters
java.lang.Object
com.microsoft.azure.management.cdn.CdnCertificateSourceParameters
Defines the parameters for using CDN managed certificate for securing custom
domain.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CdnCertificateSourceParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet type of certificate used.Get the odatatype value.withCertificateType
(CertificateType certificateType) Set type of certificate used.withOdatatype
(String odatatype) Set the odatatype value.
-
Constructor Details
-
CdnCertificateSourceParameters
public CdnCertificateSourceParameters()Creates an instance of CdnCertificateSourceParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the CdnCertificateSourceParameters object itself.
-
certificateType
Get type of certificate used. Possible values include: 'Shared', 'Dedicated'.- Returns:
- the certificateType value
-
withCertificateType
Set type of certificate used. Possible values include: 'Shared', 'Dedicated'.- Parameters:
certificateType
- the certificateType value to set- Returns:
- the CdnCertificateSourceParameters object itself.
-