public final class CdnCertificateSourceParameters extends Object
| Constructor and Description |
|---|
CdnCertificateSourceParameters()
Creates an instance of CdnCertificateSourceParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
certificateType()
Get the certificateType property: Type of certificate used.
|
String |
odataType()
Get the odataType property: The @odata.type property.
|
void |
validate()
Validates the instance.
|
CdnCertificateSourceParameters |
withCertificateType(CertificateType certificateType)
Set the certificateType property: Type of certificate used.
|
CdnCertificateSourceParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
public CdnCertificateSourceParameters()
public String odataType()
public CdnCertificateSourceParameters withOdataType(String odataType)
odataType - the odataType value to set.public CertificateType certificateType()
public CdnCertificateSourceParameters withCertificateType(CertificateType certificateType)
certificateType - the certificateType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.