| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static CertificateType |
CertificateType.DEDICATED
Static value Dedicated for CertificateType.
|
static CertificateType |
CertificateType.SHARED
Static value Shared for CertificateType.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
CdnCertificateSourceParameters.certificateType()
Get the certificateType property: Type of certificate used.
|
static CertificateType |
CertificateType.fromString(String name)
Creates or finds a CertificateType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
CdnCertificateSourceParameters |
CdnCertificateSourceParameters.withCertificateType(CertificateType certificateType)
Set the certificateType property: Type of certificate used.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.