CdnCertificateSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the parameters for using CDN managed certificate for securing custom ___domain. Serialized Name: CdnCertificateSourceParameters
public class CdnCertificateSource : Azure.ResourceManager.Cdn.Models.CertificateSourceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.CdnCertificateSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.CdnCertificateSource>
public class CdnCertificateSource
type CdnCertificateSource = class
inherit CertificateSourceProperties
interface IJsonModel<CdnCertificateSource>
interface IPersistableModel<CdnCertificateSource>
type CdnCertificateSource = class
Public Class CdnCertificateSource
Inherits CertificateSourceProperties
Implements IJsonModel(Of CdnCertificateSource), IPersistableModel(Of CdnCertificateSource)
Public Class CdnCertificateSource
- Inheritance
- Inheritance
-
CdnCertificateSource
- Implements
Constructors
CdnCertificateSource(CdnManagedCertificateType) |
Initializes a new instance of CdnCertificateSource. |
Properties
CertificateType |
Type of certificate used Serialized Name: CdnCertificateSourceParameters.certificateType |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |