Compartir a través de


CdnManagedHttpsContent Constructor

Definición

Inicializa una nueva instancia de CdnManagedHttpsContent.

public CdnManagedHttpsContent (Azure.ResourceManager.Cdn.Models.SecureDeliveryProtocolType protocolType, Azure.ResourceManager.Cdn.Models.CdnCertificateSource certificateSourceParameters);
new Azure.ResourceManager.Cdn.Models.CdnManagedHttpsContent : Azure.ResourceManager.Cdn.Models.SecureDeliveryProtocolType * Azure.ResourceManager.Cdn.Models.CdnCertificateSource -> Azure.ResourceManager.Cdn.Models.CdnManagedHttpsContent
Public Sub New (protocolType As SecureDeliveryProtocolType, certificateSourceParameters As CdnCertificateSource)

Parámetros

protocolType
SecureDeliveryProtocolType

Define el protocolo de extensión TLS que se usa para la entrega segura.

certificateSourceParameters
CdnCertificateSource

Define los parámetros de origen del certificado mediante el certificado administrado por CDN para habilitar SSL.

Excepciones

certificateSourceParameters es null.

Se aplica a