UserManagedHttpsContent 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 certificate source parameters using user's keyvault certificate for enabling SSL.
public class UserManagedHttpsContent : Azure.ResourceManager.Cdn.Models.CustomDomainHttpsContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UserManagedHttpsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UserManagedHttpsContent>
public class UserManagedHttpsContent : Azure.ResourceManager.Cdn.Models.CustomDomainHttpsContent
type UserManagedHttpsContent = class
inherit CustomDomainHttpsContent
interface IJsonModel<UserManagedHttpsContent>
interface IPersistableModel<UserManagedHttpsContent>
type UserManagedHttpsContent = class
inherit CustomDomainHttpsContent
Public Class UserManagedHttpsContent
Inherits CustomDomainHttpsContent
Implements IJsonModel(Of UserManagedHttpsContent), IPersistableModel(Of UserManagedHttpsContent)
Public Class UserManagedHttpsContent
Inherits CustomDomainHttpsContent
- Inheritance
- Implements
Constructors
UserManagedHttpsContent(SecureDeliveryProtocolType, KeyVaultCertificateSource) |
Initializes a new instance of UserManagedHttpsContent. |
Properties
CertificateSourceParameters |
Defines the certificate source parameters using user's keyvault certificate for enabling SSL. |
MinimumTlsVersion |
TLS protocol version that will be used for Https. (Inherited from CustomDomainHttpsContent) |
ProtocolType |
Defines the TLS extension protocol that is used for secure delivery. (Inherited from CustomDomainHttpsContent) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET