CdnCertificateSourceParameters Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. CdnCertificateSourceParameters
- com.
public class CdnCertificateSourceParameters
Defines the parameters for using CDN managed certificate for securing custom domain.
Constructor Summary
Constructor | Description |
---|---|
CdnCertificateSourceParameters() |
Creates an instance of Cdn |
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
certificateType()
Get type of certificate used. |
java.lang.String |
odatatype()
Get the odatatype value. |
Cdn |
withCertificateType(CertificateType certificateType)
Set type of certificate used. |
Cdn |
withOdatatype(String odatatype)
Set the odatatype value. |
Methods inherited from java.lang.Object
Constructor Details
CdnCertificateSourceParameters
public CdnCertificateSourceParameters()
Creates an instance of CdnCertificateSourceParameters class.
Method Details
certificateType
public CertificateType certificateType()
Get type of certificate used. Possible values include: 'Shared', 'Dedicated'.
Returns:
odatatype
public String odatatype()
Get the odatatype value.
Returns:
withCertificateType
public CdnCertificateSourceParameters withCertificateType(CertificateType certificateType)
Set type of certificate used. Possible values include: 'Shared', 'Dedicated'.
Parameters:
Returns:
withOdatatype
public CdnCertificateSourceParameters withOdatatype(String odatatype)
Set the odatatype value.
Parameters:
Returns:
Applies to
Azure SDK for Java