CdnCertificateSourceParameters Class

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

public class CdnCertificateSourceParameters

Defines the parameters for using CDN managed certificate for securing custom domain.

Constructor Summary

Constructor Description
CdnCertificateSourceParameters()

Creates an instance of CdnCertificateSourceParameters class.

Method Summary

Modifier and Type Method and Description
CertificateType certificateType()

Get type of certificate used.

java.lang.String odatatype()

Get the odatatype value.

CdnCertificateSourceParameters withCertificateType(CertificateType certificateType)

Set type of certificate used.

CdnCertificateSourceParameters withOdatatype(String odatatype)

Set the odatatype value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the certificateType value

odatatype

public String odatatype()

Get the odatatype value.

Returns:

the odatatype 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.

withOdatatype

public CdnCertificateSourceParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the CdnCertificateSourceParameters object itself.

Applies to